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