PHP 클래스 Yosymfony\Spress\HttpServer\ServerRequest

저자: Victor Puertas ([email protected])
파일 보기 프로젝트 열기: spress/spress 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Request $request, string $documentRoot, string $serverRoot ) Constructor.
getIp ( ) : string Gets the client IP.
getMimeType ( ) : string. Gets the Mime Type.
getPath ( ) : string Gets the path. e.g: /index.html.
getPathFilename ( ) : string Gets the path with "index.html" append.
isInternal ( ) : boolean Is internal resource?

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Request $request, string $documentRoot, string $serverRoot )
$request Symfony\Component\HttpFoundation\Request
$documentRoot string Path to the document root
$serverRoot string Path to the server root

getIp() 공개 메소드

Gets the client IP.
public getIp ( ) : string
리턴 string

getMimeType() 공개 메소드

Gets the Mime Type.
public getMimeType ( ) : string.
리턴 string.

getPath() 공개 메소드

Gets the path. e.g: /index.html.
public getPath ( ) : string
리턴 string

getPathFilename() 공개 메소드

Gets the path with "index.html" append.
public getPathFilename ( ) : string
리턴 string Absolute path using either document root or server root (iternal requests)

isInternal() 공개 메소드

Is internal resource?
public isInternal ( ) : boolean
리턴 boolean