Class FormattedRoute
Representation of a formatted route.
- ICanBoogie\Routing\FormattedRoute uses ICanBoogie\Accessor\AccessorTrait (not available)
 
Methods summary
				 protected 
				
				
				
			 | 
			|
				 protected 
				
				
				
			 | 
			|
				 protected 
				
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			
			#
			 __construct( string $url, 
			Initialize the   | 
		
				 public 
				
				
				
			 | 
			
Properties summary
				protected  
				string
			 | 
			
					$url
				 The relative URL created by Route::format().  | 
			|
				protected  
				 | 
			
					$route
				 The   | 
			
Magic properties
				public  read-only
				string
			 | 
			
					$url
				 Relative URL.  | 
		
				public  read-only
				string
			 | 
			
					$absolute_url
				 Absolute URL, absolutized with absolutize_url().  | 
		
				public  read-only
				 | 
			
					$route
				 The route that was used to format the URL.  |