This commit is contained in:
Manuel Raynaud
2014-06-05 17:39:15 +02:00
parent 83ed4aa833
commit 980cd08704

View File

@@ -39,8 +39,8 @@ class ModuleQuery extends BaseModuleQuery
}
/**
* @param int $moduleType the module type : classic, payment or delivery. Use BaseModule constant here.
* @param int $id the module id
* @param int $moduleType the module type : classic, payment or delivery. Use BaseModule constant here.
* @param int $id the module id
* @return ModuleQuery
*/
public function filterActivatedByTypeAndId($moduleType, $id)