public
|
#
__construct(
$arr
)
|
public
|
#
toArray(
)
|
public
DateTime
|
#
asDateTime(
string
$key,
string
$format = NULL
)
Converts value to DateTime object. Converts value to DateTime object. Parameters$key string key$format string format |
public
int
|
#
asTimestamp(
string
$key
)
Converts value to UNIX timestamp. Converts value to UNIX timestamp. Parameters$key string key |
public
mixed
|
#
asBool(
string
$key
)
Converts value to boolean. Converts value to boolean. Parameters$key string key |
public
|
#
asDate(
$key,
$format = NULL
)
|
final public
|
#
count(
)
Implementation of |
final public
|
#
getIterator(
)
Implementation of |
final public
|
#
offsetSet(
$nm,
$val
)
Implementation of |
final public
|
#
offsetGet(
$nm
)
Implementation of |
final public
|
#
offsetExists(
$nm
)
Implementation of |
final public
|
#
offsetUnset(
$nm
)
Implementation of |