AppserverIo\Appserver\ServletEngine\Http\Request::setContextPath PHP Méthode

setContextPath() public méthode

Sets the application context name (application name prefixed with a slash) for the actual request.
public setContextPath ( string $contextPath ) : void
$contextPath string The application context name
Résultat void
    public function setContextPath($contextPath)
    {
        $this->contextPath = $contextPath;
    }