| package |
sso\view |
| inherited_from |
\sso\SsoGroupableViewHelper |
Methods
{@inheritDoc}
column(\salt\Field $field, string $format = NULL)
| see |
|
| inherited_from |
\sso\SsoGroupableViewHelper::column() |
Parameters
$field
\salt\Fieldthe field to display
$format
stringformat to use for change the output
{@inheritDoc}
column(\salt\Field $field, string $format = NULL)
Inherited
Parameters
$field
\salt\Fieldthe field to display
$format
stringformat to use for change the output
{@inheritDoc}
edit(\salt\Base $object, \salt\Field $field, mixed $value, string $format, array<mixed,mixed> $params)
| see |
|
| inherited_from |
\sso\SsoGroupableViewHelper::edit() |
Parameters
$object
\salt\Baseobject that contains the value
$field
\salt\Fieldthe field
$value
mixedthe value to edit
$format
stringformat to use
$params
array<mixed,mixed>parameter passed to Base->FORM or Base->VIEW method
{@inheritDoc}
edit(\salt\Base $object, \salt\Field $field, mixed $value, string $format, array<mixed,mixed> $params)
Inherited
Parameters
$object
\salt\Baseobject that contains the value
$field
\salt\Fieldthe field
$value
mixedthe value to edit
$format
stringformat to use
$params
array<mixed,mixed>parameter passed to Base->FORM or Base->VIEW method
Retrieve groups options for a type
getGroupOptions(integer $type, array<mixed,mixed> $contentsByTypeGroup) : array<mixed,mixed>
InheritedStatic
Parameters
$type
integerSsoGroupElement::TYPE_*
$contentsByTypeGroup
array<mixed,mixed>[type => [group => ['count' => number, 'tooltip' => text]]]
Returns
array<mixed,mixed>array group => value (for select display)
{@inheritDoc}
show(\salt\Base $object, \salt\Field $field, mixed $value, string $format, array<mixed,mixed> $params)
| see |
|
| inherited_from |
\sso\SsoGroupableViewHelper::show() |
Parameters
$object
\salt\Baseobject that contains the value
$field
\salt\Fieldthe field
$value
mixedthe value to display
$format
stringformat to use
$params
array<mixed,mixed>parameter passed to Base->FORM or Base->VIEW method
{@inheritDoc}
show(\salt\Base $object, \salt\Field $field, mixed $value, string $format, array<mixed,mixed> $params)
Inherited
Parameters
$object
\salt\Baseobject that contains the value
$field
\salt\Fieldthe field
$value
mixedthe value to display
$format
stringformat to use
$params
array<mixed,mixed>parameter passed to Base->FORM or Base->VIEW method
Properties
help text for fields : fieldName => helpText
$HELP : array<mixed,string>
Default
array('default' => \sso\L::help_auth_default, 'create' => \sso\L::help_auth_create)
Static
Constants
prefix for group values when select contain element AND group values
PREFIX_GROUP_VALUE = '__g'