eZ\Publish\Core\REST\Server\Values\ObjectStateGroupList::__construct PHP Method

__construct() public method

Construct.
public __construct ( array $groups )
$groups array
    public function __construct(array $groups)
    {
        $this->groups = $groups;
    }
ObjectStateGroupList