Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

Interfaces

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

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)
Object
Extended by FreezableObject implements IFreezable
Extended by Url
Extended by UrlScript
Package: Nette\Http
Author: David Grudl
Located at Http/UrlScript.php
Methods summary
public UrlScript
# setScriptPath( string $value )

Sets the script-path part of URI.

Sets the script-path part of URI.

Parameters

$value
string

Returns

UrlScript
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 the base-path.

Returns

string

Overrides

Url::getBasePath()
public string
# getPathInfo( )

Returns the additional path information.

Returns the additional path information.

Returns

string
Methods inherited from Url
__construct(), __toString(), appendQuery(), canonicalize(), getAbsoluteUri(), getAbsoluteUrl(), getAuthority(), getBaseUri(), getBaseUrl(), getFragment(), getHost(), getHostUri(), getHostUrl(), getPassword(), getPath(), getPort(), getQuery(), getRelativeUri(), getRelativeUrl(), getScheme(), getUser(), isEqual(), setFragment(), setHost(), setPassword(), setPath(), setPort(), setQuery(), setScheme(), setUser(), unescape()
Methods inherited from FreezableObject
__clone(), freeze(), isFrozen(), updating()
Methods inherited from Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties inherited from Url
$defaultPorts
Magic properties summary
public string $scriptPath
#
public read-only string $pathInfo
#
Magic properties inherited from Url
$absoluteUrl, $authority, $basePath, $baseUrl, $fragment, $host, $hostUrl, $password, $path, $port, $query, $relativeUrl, $scheme, $user
Magic properties inherited from FreezableObject
$frozen
Magic properties inherited from Object
$reflection
Nette Framework 2.0.18 (for PHP 5.2, un-prefixed) API documentation generated by ApiGen 2.8.0