Arreglo de cron

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-07-01 16:13:46 -04:00
parent 373abf6470
commit 1d17893c90
4 changed files with 14 additions and 2 deletions

View File

@@ -1495,5 +1495,15 @@ class PMPluginRegistry
{
$this->_restServiceEnabled[$sNamespace] = $enable;
}
/**
* Return all cron files registered
*
* @return array
*/
public function getCronFiles()
{
return $this->_aCronFiles;
}
}