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
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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