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);