Allow to extend automatic actions from plugins

This commit is contained in:
Frederic Guillot
2015-09-22 21:17:50 -04:00
parent b4fe1cd526
commit 9523ff44c0
4 changed files with 88 additions and 4 deletions

View File

@@ -126,6 +126,17 @@ abstract class Base extends \Core\Base
return get_called_class();
}
/**
* Get project id
*
* @access public
* @return integer
*/
public function getProjectId()
{
return $this->project_id;
}
/**
* Set an user defined parameter
*