Escape value for URL
Do NOT use if PHP is multi threaded
package | salt\converter |
---|---|
inherited_from | \salt\AbstractConverter |
__get(string $field) : mixed
string
Field name
mixed
converter value__set(string $field, mixed $value)
string
Field name
mixed
Value
convert(mixed $value) : mixed
convert(mixed $value) : mixed
convertForSetter(mixed $value) : mixed
getContext() : mixed
mixed
$context The contextgetField() : string
string
the field namegetInstance(object|string $object= NULL
, mixed $context= NULL
, string $fieldName= NULL
) : static
object
string
Object or class name for static call
mixed
context to pass at convert method
string
set field name : use it when delegate calls between DAOConverters only.
static
the converter instancegetObject() : object | string
object
string
$object Instance of class name of the objectgetValue(string $field) : mixed | NULL
string
field name
mixed
NULL
the field value on current object or NULL if there is no current object_init(array<mixed,mixed> $context= NULL
, object $object= NULL
, string $field= NULL
)
array<mixed,mixed>
an array with format entry
object
the object
string
the field name
__construct()
$_salt_context : array<mixed,mixed>
NULL
$_salt_field : string
NULL
$_salt_instances : array<mixed,\salt\Converter>
array()
$_salt_object : object
NULL