Proxy for field access with ViewHelper
internal | |
---|---|
package | salt\dao |
__get(string $fieldName) : string
string
the field to format
string
value of $fieldName, can be a non-HTML protected value (if ViewControl::text(),
a HTML protected value (if ViewControl::show()) or a HTML form tag (if ViewControl::edit())getInstance(static $object, \salt\BaseViewHelper $helper, string $viewType, mixed $format = NULL
) : \salt\_InternalFieldAccess
static
the object to use for retrieve field value
\salt\BaseViewHelper
the helper to delegate
string
one of ViewControl::EDIT|SHOW|TEXT
mixed
parameter of VIEW of FORM method
\salt\_InternalFieldAccess
unique instance for the parameters__construct(static $object, \salt\ViewHelper $helper, string $viewType)
static
the object to use for retrieve field value
\salt\ViewHelper
the helper to delegate
string
one of ViewControl::EDIT|SHOW|TEXT
$_saltFormat : mixed
NULL
$_saltHelper : \salt\ViewHelper
$_saltObject : static
$_saltViewType : string
$instances : array<mixed,\salt\_InternalFieldAccess>
array()