Namespaces

  • 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
  • PHP

Classes

  • Context
  • FileUpload
  • Request
  • RequestFactory
  • Response
  • Session
  • SessionSection
  • Url
  • UrlScript
  • UserStorage

Interfaces

  • IRequest
  • IResponse
  • ISessionStorage
  • Overview
  • Namespace
  • Class
  • Tree

Class UrlScript

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

Sets the script-path part of URI.

Sets the script-path part of URI.

Parameters

$value
string

Returns

Nette\Http\UrlScript
provides a fluent interface
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

Nette\Http\Url::getBasePath
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(), getRelativeUrl(), getScheme(), getUser(), isEqual(), setFragment(), setHost(), setPassword(), setPath(), setPort(), setQuery(), setScheme(), setUser(), unescape()
Methods inherited from Nette\FreezableObject
__clone(), freeze(), isFrozen(), updating()
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties inherited from Nette\Http\Url
$defaultPorts
Nette Framework 2.0.6 API API documentation generated by ApiGen 2.7.0