mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-07 17:42:53 +01:00
22 lines
316 B
PHP
22 lines
316 B
PHP
<?php
|
|
/*
|
|
* File: FlagCollection.php
|
|
* Category: Collection
|
|
* Author: M. Goldenbaum
|
|
* Created: 21.07.18 23:10
|
|
* Updated: -
|
|
*
|
|
* Description:
|
|
* -
|
|
*/
|
|
|
|
namespace Webklex\PHPIMAP\Support;
|
|
|
|
/**
|
|
* Class FlagCollection
|
|
*
|
|
* @package Webklex\PHPIMAP\Support
|
|
*/
|
|
class FlagCollection extends PaginatedCollection {
|
|
|
|
} |