예제 #1
0
 /**
  * Returns the registry of handlers
  *
  * @return ParamsInterface
  */
 private static function registry()
 {
     return Application::Application()->get('CBLib\\Cms\\Joomla\\Joomla3\\CmsEventsRegistry');
 }
예제 #2
0
 /**
  * Returns the start time of CB's pageload
  *
  * @return int     Unix-time in seconds
  */
 function now()
 {
     return Application::Application()->getStartTime();
 }