Property | Type | Description | |
---|---|---|---|
$listKey |
Method | 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. |
Method | Description | |
---|---|---|
getListByKey ( ) : mixed | Returns the list by key. |
public getIterator ( ) : ArrayIterator | ||
return | ArrayIterator |
protected getListByKey ( ) : mixed | ||
return | mixed |
public offsetExists ( mixed $offset ) : boolean | ||
$offset | mixed | |
return | boolean |
public offsetUnset ( mixed $offset ) | ||
$offset | mixed |