Tags
class Tags extends ArrayList implements ModelObject
Description of Posts
Methods
getStart()
No description
getEnd()
No description
setStart($start)
No description
setEnd($end)
No description
mixed
getNext()
No description
setNext(mixed $next)
No description
__toString()
No description
$this
sort(string $sortingKey, string $order = 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