ClassProperties
class ClassProperties extends Model implements Iterator, Countable (View source)
Traits
Constants
READWRITE |
|
PROTECTDATA |
|
READONLY |
|
Properties
protected | $mode | ||
protected | $data | from Model |
Methods
__construct($properties = [])
No description
static
create($properties = [])
No description
Details
in IteratorTrait at line 24
rewind()
Reset the iterator
in IteratorTrait at line 35
mixed
current()
Get the current element
in IteratorTrait at line 46
string|int
key()
Return the current key
in IteratorTrait at line 55
next()
Move to next element
in IteratorTrait at line 66
boolean
valid()
Check if element is valid (isset)
in CountableTrait at line 26
int
count()
Return the amount of routes loaded