PHP 인터페이스 AppserverIo\Appserver\ServletEngine\Servlets\Mock\MockServletContextInterface

상속: extends AppserverIo\Psr\Servlet\ServletContextInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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