Return value without convert it
Do NOT use if PHP is multi threaded
| package | salt\converter |
|---|---|
| inherited_from | \salt\AbstractConverter |
__get(string $field) : mixed
stringField name
mixedconverter value__set(string $field, mixed $value)
stringField name
mixedValue
convert(mixed $value) : mixed
convert(mixed $value) : mixed
convertForSetter(mixed $value) : mixed
getContext() : mixed
mixed$context The contextgetField() : string
stringthe field namegetInstance(object|string $object= NULL, mixed $context= NULL, string $fieldName= NULL) : static
objectstringObject or class name for static call
mixedcontext to pass at convert method
stringset field name : use it when delegate calls between DAOConverters only.
staticthe converter instancegetObject() : object | string
objectstring$object Instance of class name of the objectgetValue(string $field) : mixed | NULL
stringfield name
mixedNULLthe 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
objectthe object
stringthe field name
__construct()
$_salt_context : array<mixed,mixed>
NULL$_salt_field : string
NULL$_salt_instances : array<mixed,\salt\Converter>
array()$_salt_object : object
NULL