Loader::load
Attempt to load the module which handles a route.
Synopsis
uses('routable');
public static function boolean Loader::load(array [in] $route)
Parameters
| Name | Direction | Type | Description |
|---|---|---|---|
$route
| in | array | An associative array containing route information. |
Return Value
true if the module was loaded successfully, false otherwise.