| 
				 public static
				ICanBoogie\View\View
				
				 | 
			#
			controller_get_view( ICanBoogie\Routing\Controller $controller )
				Returns a view for a controller. 
				Returns a view for a controller. ParametersReturns
						ICanBoogie\View\View
					 | 
		
			| 
				 public static
				ICanBoogie\Render\EngineCollection
				
				 | 
			#
			view_lazy_get_engines( )
				Returns the shared engine collection. 
				Returns the shared engine collection. Returns
						ICanBoogie\Render\EngineCollection
					 | 
		
			| 
				 public static
				ICanBoogie\Render\TemplateResolver
				
				 | 
			#
			view_lazy_get_template_resolver( )
				Returns a clone of the shared template resolver. 
				Returns a clone of the shared template resolver. Returns
						ICanBoogie\Render\TemplateResolver
					 | 
		
			| 
				 public static
				
				
				 | 
			#
			get_template(  $target )
				Avoids a trip to assert_property_is_readablefor controllers or routes that do not
define atemplateproperty. 
				Avoids a trip to assert_property_is_readablefor controllers or routes that do not
define atemplateproperty. ParametersThrows
						ICanBoogie\PropertyNotDefined
					 | 
		
			| 
				 public static
				
				
				 | 
			#
			get_layout(  $target )
				Avoids a trip to assert_property_is_readablefor controllers or routes that do not
define alayoutproperty. 
				Avoids a trip to assert_property_is_readablefor controllers or routes that do not
define alayoutproperty. ParametersThrows
						ICanBoogie\PropertyNotDefined
					 |