PHP Class Contao\Fixtures\Model\Collection

Inheritance: implements ArrayAccess, implements Countable, implements IteratorAggregate
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method Description
__construct ( array $models )
count ( )
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

public __construct ( array $models )
$models array

count() public method

public count ( )

getIterator() public method

public getIterator ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )