PHP Интерфейс AppserverIo\Appserver\ServletEngine\Servlets\Mock\MockServletContextInterface

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Psr\Servlet\ServletContextInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
getAppBase ( ) : string Returns the absolute path to the application directory.
getBaseDirectory ( string $directoryToAppend = null ) : string Returns the absolute path to the application server's base directory.

Описание методов

getAppBase() публичный метод

Returns the absolute path to the application directory.
public getAppBase ( ) : string
Результат string The absolute path to the application directory

getBaseDirectory() публичный метод

Returns the absolute path to the application server's base directory.
public getBaseDirectory ( string $directoryToAppend = null ) : string
$directoryToAppend string A directory to append to the base directory
Результат string The absolute path the application server's base directory