add comment in methods

This commit is contained in:
Ronald Quenta
2017-08-04 13:48:11 -04:00
parent 7690782f72
commit 4b152e76b1

View File

@@ -1290,6 +1290,9 @@ class PluginRegistry
return $this->_aTaskExtendedProperties;
}
/**
* Register a dashboard plugin to be served by processmaker
*/
public function registerDashboard()
{
// Dummy function for backwards compatibility
@@ -1585,6 +1588,10 @@ class PluginRegistry
return $this->_aOpenReassignCallback;
}
/**
* Return all plugins
* @return array
*/
public function getPluginsData()
{
return $this->_aPlugins;