Beispiel #1
0
 /**
  * Gets the methods of the JApplicationCms object.
  *
  * @return  array
  *
  * @since   3.4
  */
 public static function getMethods()
 {
     // Collect all the relevant methods in JApplicationCms (work in progress).
     $methods = array('getMenu', 'getPathway', 'getTemplate', 'initialiseApp', 'isAdmin', 'isSite');
     return array_merge($methods, parent::getMethods());
 }