eZ\Publish\Core\REST\Server\Controller::setInputDispatcher PHP Method

setInputDispatcher() public method

public setInputDispatcher ( Dispatcher $inputDispatcher )
$inputDispatcher eZ\Publish\Core\REST\Common\Input\Dispatcher
    public function setInputDispatcher(InputDispatcher $inputDispatcher)
    {
        $this->inputDispatcher = $inputDispatcher;
    }