* Rename extension to hooks.

This commit is contained in:
liugang
2019-07-22 17:07:51 +08:00
parent c8958a5581
commit 0d413b3f65
12 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -196,14 +196,14 @@ class control extends baseControl
}
/**
* Execute extension.
* Execute hooks of a method.
*
* @param string $methodName
* @param int $objectID
* @access public
* @return void
*/
public function executeExtension($methodName, $objectID)
public function executeHooks($methodName, $objectID)
{
$flowFile = $this->app->getModuleRoot() . 'workflow/model.php';
$actionFile = $this->app->getModuleRoot() . 'workflowaction/model.php';