Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/iyzico/../nikic/../dflydev/../ramsey/../maennchen/../theseer/../monolog/../vlucas/../fruitcake/./../phar-io/../webklex/php-imap/src/Support
الملفات الموجودة في هذا الـ Path:
.
..
AttachmentCollection.php
FlagCollection.php
FolderCollection.php
Masks
MessageCollection.php
PaginatedCollection.php

مشاهدة ملف: MessageCollection.php

<?php
/*
* File:     MessageCollection.php
* Category: Collection
* Author:   M. Goldenbaum
* Created:  16.03.18 03:13
* Updated:  -
*
* Description:
*  -
*/

namespace Webklex\PHPIMAP\Support;

use Illuminate\Support\Collection;
use Webklex\PHPIMAP\Message;

/**
 * Class MessageCollection
 *
 * @package Webklex\PHPIMAP\Support
 * @implements Collection<int, Message>
 */
class MessageCollection extends PaginatedCollection {

}