Neos\Flow\Mvc\RequestInterface::setDispatched PHP Метод

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

Sets the dispatched flag
public setDispatched ( boolean $flag ) : void
$flag boolean If this request has been dispatched
Результат void
    public function setDispatched($flag);