Method |
Description |
|
booleanToString ( boolean $var ) : string |
Convert boolean to string 'true' or 'false'. |
|
callMethod ( mixed $object, string $methodName, mixed $default ) : mixed |
|
|
getValue ( mixed $object, string $field, null | mixed $default = null, boolean $accessPrivate = false ) : mixed | null |
|
|
getValueOrCallMethod ( mixed $object, string $field, mixed $default, boolean $accessPrivate = false ) : mixed | null |
|
|
getValueRecursively ( mixed $object, string $names, null | mixed $default = null, boolean $accessPrivate = false ) : mixed | null |
|
|
setValueRecursively ( mixed $object, string $names, mixed $value ) |
|
|
toString ( mixed $var ) : string |
Returns a string representation of the given object. |
|