mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-27 07:06:15 +01:00
22 lines
322 B
PHP
22 lines
322 B
PHP
<?php
|
|
/*
|
|
* File: FolderCollection.php
|
|
* Category: Collection
|
|
* Author: M. Goldenbaum
|
|
* Created: 18.03.18 02:21
|
|
* Updated: -
|
|
*
|
|
* Description:
|
|
* -
|
|
*/
|
|
|
|
namespace Webklex\PHPIMAP\Support;
|
|
|
|
/**
|
|
* Class FolderCollection
|
|
*
|
|
* @package Webklex\PHPIMAP\Support
|
|
*/
|
|
class FolderCollection extends PaginatedCollection {
|
|
|
|
} |