Collection.php in Zircon Profile 8.0
Same filename in this branch
- 8.0 vendor/symfony/validator/Constraints/Collection.php
- 8.0 vendor/zendframework/zend-feed/src/Reader/Collection.php
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Collection.php
- 8.0 vendor/zendframework/zend-feed/src/Reader/Collection/Collection.php
- 8.0 vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
- 8.0 vendor/phpdocumentor/reflection-docblock/src/phpDocumentor/Reflection/DocBlock/Type/Collection.php
Same filename and directory in other branches
Namespace
Zend\Feed\Reader\CollectionFile
vendor/zendframework/zend-feed/src/Reader/Collection/Collection.phpView source
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
namespace Zend\Feed\Reader\Collection;
use ArrayObject;
class Collection extends ArrayObject {
}
Classes
Name | Description |
---|---|
Collection |