PHP Класс LeagueWrap\Dto\AbstractListDto

Наследование: extends LeagueWrap\Dto\AbstractDto, implements ArrayAcces\ArrayAccess, implements IteratorAggregat\IteratorAggregate, implements Countabl\Countable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$listKey

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
getListByKey ( ) : mixed Returns the list by key.

Описание методов

count() публичный Метод

Returns the count of the size of the list.
public count ( ) : integer
Результат integer

getIterator() публичный Метод

Returns the array iterator.
public getIterator ( ) : ArrayIterator
Результат ArrayIterator

getListByKey() защищенный Метод

Returns the list by key.
protected getListByKey ( ) : mixed
Результат mixed

offsetExists() публичный Метод

Check if offset exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Результат boolean

offsetGet() публичный Метод

Get the value at the given offset.
public offsetGet ( mixed $offset ) : null
$offset mixed
Результат null

offsetSet() публичный Метод

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

offsetUnset() публичный Метод

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

Описание свойств

$listKey защищенное свойство

protected $listKey