PHP 클래스 LeagueWrap\Dto\AbstractListDto

상속: extends LeagueWrap\Dto\AbstractDto, implements ArrayAcces\ArrayAccess, implements IteratorAggregat\IteratorAggregate, implements Countabl\Countable
파일 보기 프로젝트 열기: paquettg/leaguewrap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

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