AppserverIo\Appserver\ServletEngine\Http\Request::setServletPath PHP Метод

setServletPath() публичный Метод

Sets the path to the servlet used to handle this request.
public setServletPath ( string $servletPath ) : void
$servletPath string The path to the servlet
Результат void
    public function setServletPath($servletPath)
    {
        $this->servletPath = $servletPath;
    }