public static controller_get_view( ICanBoogie\Routing\Controller $controller ) : ICanBoogie\View\View
$controller
Returns a view for a controller.
public static get_template( $target )
$target
Avoids a trip to assert_property_is_readable for controllers or routes that do not define a template property.
assert_property_is_readable
template
public static get_layout( $target )
Avoids a trip to assert_property_is_readable for controllers or routes that do not define a layout property.
layout