mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 06:51:23 +01:00
22 lines
325 B
PHP
22 lines
325 B
PHP
<?php
|
|
/*
|
|
* File: MessageCollection.php
|
|
* Category: Collection
|
|
* Author: M. Goldenbaum
|
|
* Created: 16.03.18 03:13
|
|
* Updated: -
|
|
*
|
|
* Description:
|
|
* -
|
|
*/
|
|
|
|
namespace Webklex\PHPIMAP\Support;
|
|
|
|
/**
|
|
* Class MessageCollection
|
|
*
|
|
* @package Webklex\PHPIMAP\Support
|
|
*/
|
|
class MessageCollection extends PaginatedCollection {
|
|
|
|
} |