__construct
void
__construct
([mixed $transform = NULL])
Initialize the object from a string.
void
fromString
(string $str)
-
string
$str: Transformation string.
Get the value of a transformation.
string
get
(string $transformName)
-
string
$transformName: Transformation name.
Set the value of a transformation.
void
set
(string $transformName, [string $transformValue = NULL])
-
string
$transformName: Transformation name.
-
string
$transformValue: Transformation value.
Get the sting representation of the object.
string
toString
()
Allow direct acces to get a transformation.
void
__get
(mixed $transformName)
-
mixed
$transformName: transformation name
Allow direct acces to set transformation value.
void
__set
(mixed $transformName, [mixed $transformValue = NULL])
-
mixed
$transformName: transformation name
-
mixed
$transformValue: transformation value