DAOConverter for Group class

package sso\view

 Methods

{@inheritDoc}

column(\salt\Base $object, \salt\Field $field, mixed $value, string $format, mixed $params) 
see

Parameters

$object

\salt\Base

The singleton object

$field

\salt\Field

the field to display

$value

mixed

the default value

$format

string

format to use for change the output

$params

mixed

others parameters

{@inheritDoc}

edit(\salt\Base $object, \salt\Field $field, mixed $value, string $format, array<mixed,mixed> $params) 
see

Parameters

$object

\salt\Base

object that contains the value

$field

\salt\Field

the field

$value

mixed

the value to edit

$format

string

format to use

$params

array<mixed,mixed>

parameter passed to Base->FORM or Base->VIEW method

Return edit link for grouped object

editType(\sso\SsoGroup $object, mixed $params, string $name, integer $type) : string

Parameters

$object

\sso\SsoGroup

group

$params

mixed

parameters from FORM(), contain tooltip data

$name

string

type name

$type

integer

type ID SsoGroupElement::TYPE_*

Returns

stringHTML text with link for go to group element page for this type

 Properties

 

help text by field : fieldName => helpText

$HELP : array<mixed,string>

Default

array('type' => \sso\L::help_group_type, 'default' => \sso\L::help_group_default)
Static