Users
class Users extends ArrayList implements ModelObject
Description of Posts
Methods
int
getStart()
No description
int
getEnd()
No description
setStart(int $start)
No description
setEnd(int $end)
No description
string
getNext()
No description
setNext(string $next)
No description
string
__toString()
No description
$this
sort(string $order = Config\Sorting::ORDER_ASC)
No description
Details
in ArrayList at line 42
__construct(array $data = array())
in ArrayList at line 46
clear()
in ArrayList at line 51
get($key)
in ArrayList at line 55
set($key, $value)
in ArrayList at line 60
add($key, $value)
in ArrayList at line 74
remove($key)
in ArrayList at line 85
bool
hasKey(mixed $key)
in ArrayList at line 95
mixed
hasValue(string $value)
in ArrayList at line 111
getIterator()
in ArrayList at line 116
offsetGet($offset)
in ArrayList at line 121
offsetSet($offset, $value)
in ArrayList at line 126
offsetExists($offset)
in ArrayList at line 131
offsetUnset($offset)
in ArrayList at line 136
array
toArray()
Get the array representation of an object