Class NUrlScript
	
	
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)
 
	 
	
		- 
			NObject
			
			
			
		
 
		- 
			
			NFreezableObject
			
			 implements 
				IFreezable
			
			
		 
		- 
			
			NUrl
			
			
			
		 
		- 
			
NUrlScript			
			
			
		 
	
	
	
	Methods summary
	
		
			 public 
			NUrlScript
			
			
		 | 
		
		#
		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 NUrl
	
		
			__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()
		 | 
	
	
	
	
	
	
	
	Magic properties inherited from NUrl
	
		
			$absoluteUrl, 
			$authority, 
			$basePath, 
			$baseUrl, 
			$fragment, 
			$host, 
			$hostUrl, 
			$password, 
			$path, 
			$port, 
			$query, 
			$relativeUrl, 
			$scheme, 
			$user
		 |