AppserverIo\Appserver\ServletEngine\Http\Request::setDispatched PHP 메소드

setDispatched() 공개 메소드

Sets the flag to mark the request dispatched.
public setDispatched ( boolean $dispatched = true ) : void
$dispatched boolean TRUE if the request has already been dispatched, else FALSE
리턴 void
    public function setDispatched($dispatched = true)
    {
        $this->dispatched = $dispatched;
    }