Format
class Format (View source)
Methods
mixed
__construct(
mixed $child,
array $config)
Builds the ConfigOptions object.
array
getValues()
Same as toArray, but without the class name as a key to being multi-dimension.
string
toJson()
Returns a JSON string representation of the object's properties.
Details
at line 44
mixed
__construct(
mixed $child,
array $config)
Builds the ConfigOptions object.
Passing an array of key value pairs will set the configuration for each child object created from this parent object.
at line 79
array
getValues()
Same as toArray, but without the class name as a key to being multi-dimension.
at line 97
string
toJson()
Returns a JSON string representation of the object's properties.