PHP 클래스 Nette\Http\UrlScript

http://nette.org/admin/script.php/pathinfo/?name=param#fragment
                \_______________/\________/
                       |              |
                  scriptPath       pathInfo
- scriptPath: /admin/script.php (or simply /admin/ when script is directory index) - pathInfo: /pathinfo/ (additional path information)
상속: extends Url
파일 보기 프로젝트 열기: nette/http 1 사용 예제들

공개 메소드들

메소드 설명
getBasePath ( ) : string Returns the base-path.
getPathInfo ( ) : string Returns the additional path information.
getScriptPath ( ) : string Returns the script-path part of URI.
setScriptPath ( $value ) : self Sets the script-path part of URI.

메소드 상세

getBasePath() 공개 메소드

Returns the base-path.
public getBasePath ( ) : string
리턴 string

getPathInfo() 공개 메소드

Returns the additional path information.
public getPathInfo ( ) : string
리턴 string

getScriptPath() 공개 메소드

Returns the script-path part of URI.
public getScriptPath ( ) : string
리턴 string

setScriptPath() 공개 메소드

Sets the script-path part of URI.
public setScriptPath ( $value ) : self
리턴 self