eZ\Publish\Core\REST\Common\Values\RestObjectState::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( eZ\Publish\API\Repository\Values\ObjectState\ObjectState $objectState, mixed $groupId )
$objectState eZ\Publish\API\Repository\Values\ObjectState\ObjectState
$groupId mixed
    public function __construct(ObjectState $objectState, $groupId)
    {
        $this->objectState = $objectState;
        $this->groupId = $groupId;
    }
RestObjectState