AppserverIo\Appserver\ServletEngine\Http\Request::setDispatched PHP Method

setDispatched() public method

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
return void
    public function setDispatched($dispatched = true)
    {
        $this->dispatched = $dispatched;
    }