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