Exemplo n.º 1
0
 /**
  * Get fields group. This Function is deprecated, use getFieldsGroup instead.
  *
  * @return      array   Fields groups.
  * @deprecated  4.0
  */
 public function getFields()
 {
     // Deprecation warning.
     JLog::add(__CLASS__ . '::' . __FUNCTION__ . '() is deprecated.', JLog::WARNING, 'deprecated');
     $fields = parent::getFields();
     return $fields;
 }