eZ\Publish\Core\REST\Server\Values\ObjectStateList::__construct PHP 메소드

__construct() 공개 메소드

Construct.
public __construct ( array $states, mixed $groupId )
$states array
$groupId mixed
    public function __construct(array $states, $groupId)
    {
        $this->states = $states;
        $this->groupId = $groupId;
    }
ObjectStateList