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

setDocumentRoot() public method

Sets the absolute path to the document root.
public setDocumentRoot ( string $documentRoot ) : void
$documentRoot string The document root
return void
    public function setDocumentRoot($documentRoot)
    {
        return $this->documentRoot = $documentRoot;
    }