PHP Class LeagueWrap\Dto\AbstractListDto

Inheritance: extends LeagueWrap\Dto\AbstractDto, implements ArrayAcces\ArrayAccess, implements IteratorAggregat\IteratorAggregate, implements Countabl\Countable
Afficher le fichier Open project: paquettg/leaguewrap Class Usage Examples

Protected Properties

Свойство Type Description
$listKey

Méthodes publiques

Méthode Description
count ( ) : integer Returns the count of the size of the list.
getIterator ( ) : ArrayIterator Returns the array iterator.
offsetExists ( mixed $offset ) : boolean Check if offset exists.
offsetGet ( mixed $offset ) : null Get the value at the given offset.
offsetSet ( mixed $offset, mixed $value ) Set a value at the given offset.
offsetUnset ( mixed $offset ) Remove a value at a given offset.

Méthodes protégées

Méthode Description
getListByKey ( ) : mixed Returns the list by key.

Method Details

count() public méthode

Returns the count of the size of the list.
public count ( ) : integer
Résultat integer

getIterator() public méthode

Returns the array iterator.
public getIterator ( ) : ArrayIterator
Résultat ArrayIterator

getListByKey() protected méthode

Returns the list by key.
protected getListByKey ( ) : mixed
Résultat mixed

offsetExists() public méthode

Check if offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean

offsetGet() public méthode

Get the value at the given offset.
public offsetGet ( mixed $offset ) : null
$offset mixed
Résultat null

offsetSet() public méthode

Set a value at the given offset.
public offsetSet ( mixed $offset, mixed $value )
$offset mixed
$value mixed

offsetUnset() public méthode

Remove a value at a given offset.
public offsetUnset ( mixed $offset )
$offset mixed

Property Details

$listKey protected_oe property

protected $listKey