Skip to content

Commit

Permalink
Update comments s/coordinator/router
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentj committed Apr 3, 2014
1 parent 3f07d0e commit 07af08e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Jelix/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private function _loadPlugins(){
}

/**
* initialize the given request and some properties of the coordinator
* initialize the given request and some properties of the router
*
* It extracts information for the request to set the module name and the
* action name. It doesn't verify if the corresponding controller does
Expand Down Expand Up @@ -348,7 +348,7 @@ public function getErrorMessage() {
}

/**
* gets a given coordinator plugin if registered
* gets a given router plugin if registered
* @param string $pluginName the name of the plugin
* @param boolean $required says if the plugin is required or not. If true, will generate an exception if the plugin is not registered.
* @return jICoordPlugin
Expand All @@ -367,7 +367,7 @@ public function getPlugin ($pluginName, $required = true){
}

/**
* Says if the given coordinator plugin $name is enabled
* Says if the given router plugin $name is enabled
* @param string $pluginName
* @return boolean true : plugin is ok
*/
Expand Down

0 comments on commit 07af08e

Please sign in to comment.