PHP Class eZ\Publish\Core\REST\Server\Values\ObjectStateGroupList

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$groups eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup[] Object state groups.

Public Methods

Method Description
__construct ( array $groups ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( array $groups )
$groups array

Property Details

$groups public property

Object state groups.
public ObjectStateGroup[],eZ\Publish\API\Repository\Values\ObjectState $groups
return eZ\Publish\API\Repository\Values\ObjectState\ObjectStateGroup[]