| package |
sso\view |
| inherited_from |
\sso\SsoGroupableDAOConverter |
Methods
{@inheritDoc}
column(\salt\Base $object, \salt\Field $field, mixed $value, string $format, mixed $params)
| see |
|
| inherited_from |
\sso\SsoGroupableDAOConverter::column() |
Parameters
$object
\salt\BaseThe singleton object
$field
\salt\Fieldthe field to display
$value
mixedthe default value
$format
stringformat to use for change the output
$params
mixedothers parameters
{@inheritDoc}
column(\salt\Base $object, \salt\Field $field, mixed $value, string $format, mixed $params)
Inherited
Parameters
$object
\salt\BaseThe singleton object
$field
\salt\Fieldthe field to display
$value
mixedthe default value
$format
stringformat to use for change the output
$params
mixedothers parameters
{@inheritDoc}
edit(\salt\Base $object, \salt\Field $field, mixed $value, string $format, array<mixed,mixed> $params)
| see |
|
| inherited_from |
\sso\SsoGroupableDAOConverter::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\SsoGroupableDAOConverter::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'