Neos\Flow\Mvc\RequestInterface::setDispatched PHP Method

setDispatched() public method

Sets the dispatched flag
public setDispatched ( boolean $flag ) : void
$flag boolean If this request has been dispatched
return void
    public function setDispatched($flag);