return $this;
} /**
* Getter method for the plugin property.
*
* @return Enlight_Plugin_Namespace_Loader
*/
public function Plugins() { if ($this->plugins === null
) { $this->
setPlugins();
} return $this->plugins;
} /**
* Returns the router instance.
*
* @return Enlight_Controller_Router|null
*/
public function Router() {