Proxy for field access with ViewHelper
| internal | |
|---|---|
| package | salt\dao |
__get(string $fieldName) : string
stringthe field to format
stringvalue 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
staticthe object to use for retrieve field value
\salt\BaseViewHelperthe helper to delegate
stringone of ViewControl::EDIT|SHOW|TEXT
mixedparameter of VIEW of FORM method
\salt\_InternalFieldAccessunique instance for the parameters__construct(static $object, \salt\ViewHelper $helper, string $viewType)
staticthe object to use for retrieve field value
\salt\ViewHelperthe helper to delegate
stringone of ViewControl::EDIT|SHOW|TEXT
$_saltFormat : mixed
NULL$_saltHelper : \salt\ViewHelper
$_saltObject : static
$_saltViewType : string
$instances : array<mixed,\salt\_InternalFieldAccess>
array()