Packages

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

Classes

  • NHttpContext
  • NHttpRequest
  • NHttpRequestFactory
  • NHttpResponse
  • NHttpUploadedFile
  • NSession
  • NSessionSection
  • NUrl
  • NUrlScript
  • NUserStorage

Interfaces

  • IHttpRequest
  • IHttpResponse
  • ISessionStorage
  • Overview
  • Package
  • Class
  • Tree

Class NUrlScript

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

Sets the script-path part of URI.

Sets the script-path part of URI.

Parameters

$value
string

Returns

NUrlScript
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
public string
# getPathInfo( )

Returns the additional path information.

Returns the additional path information.

Returns

string
Methods inherited from NUrl
__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 NFreezableObject
__clone(), freeze(), isFrozen(), updating()
Methods inherited from NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties inherited from NUrl
$defaultPorts
Nette Framework 2.0beta2 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0