eZ\Publish\Core\REST\Client\ObjectStateService::setPriorityOfObjectState PHP 메소드

setPriorityOfObjectState() 공개 메소드

Changes the priority of the state.
public setPriorityOfObjectState ( eZ\Publish\API\Repository\Values\ObjectState\ObjectState $objectState, integer $priority )
$objectState eZ\Publish\API\Repository\Values\ObjectState\ObjectState
$priority integer
    public function setPriorityOfObjectState(ObjectState $objectState, $priority)
    {
        throw new \Exception('@todo Implement');
    }