Class UrlScript
Extended HTTP URL.
https://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)
-
Nette\Object
-
Nette\Http\Url
-
Nette\Http\UrlScript
Methods summary
public
Nette\Http\UrlScript
|
#
setScriptPath( string $value )
Sets the script-path part of URI.
Sets the script-path part of URI.
Parameters
Returns
|
public
string
|
#
getScriptPath( )
Returns the script-path part of URI.
Returns the script-path part of URI.
Returns
string
|
public
string
|
#
getBasePath( )
Returns the base-path.
Returns
string
Overrides
|
public
string
|
#
getPathInfo( )
Returns the additional path information.
Returns the additional path information.
Returns
string
|
Methods inherited from Nette\Http\Url
__construct(),
__toString(),
appendQuery(),
canonicalize(),
getAbsoluteUrl(),
getAuthority(),
getBaseUrl(),
getFragment(),
getHost(),
getHostUrl(),
getPassword(),
getPath(),
getPort(),
getQuery(),
getQueryParameter(),
getRelativeUrl(),
getScheme(),
getUser(),
isEqual(),
setFragment(),
setHost(),
setPassword(),
setPath(),
setPort(),
setQuery(),
setQueryParameter(),
setScheme(),
setUser(),
unescape()
|
Magic properties inherited from Nette\Http\Url
$absoluteUrl,
$authority,
$basePath,
$baseUrl,
$fragment,
$host,
$hostUrl,
$password,
$path,
$port,
$query,
$relativeUrl,
$scheme,
$user
|