Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Attempt to load the module which handles a route.

Synopsis

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.

Clone this wiki locally