Class UriScript
Extended HTTP URL.
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)
- Object
-
FreezableObject implements IFreezable
-
Uri
-
UriScript
public
UriScript
|
#
setScriptPath(
string
$value
)
Sets the script-path part of URI. Sets the script-path part of URI. Parameters$value stringReturnsUriScript provides a fluent interface
|
public
string
|
#
getScriptPath(
)
Returns the script-path part of URI. Returns the script-path part of URI. |
public
string
|
#
getBasePath(
)
Returns the base-path. Returns the base-path. |
public
string
|
#
getPathInfo(
)
Returns the additional path information. Returns the additional path information. |
Methods Inherited From Uri
__construct(), setScheme(), getScheme(), setUser(), getUser(), setPassword(), getPassword(), setHost(), getHost(), setPort(), getPort(), setPath(), getPath(), setQuery(), appendQuery(), getQuery(), setFragment(), getFragment(), getAbsoluteUri(), getAuthority(), getHostUri(), getBasePath(), getBaseUri(), getRelativeUri(), isEqual(), canonicalize(), __toString(), unescape()
Methods Inherited From FreezableObject
Methods Inherited From Object
getReflection(), __call(), __callStatic(), extensionMethod(), __get(), __set(), __isset(), __unset()
Properties Inherited From Uri
$defaultPorts