Allow to extend automatic actions from plugins
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user