getCheckboxValues() публичный статический Метод

Get all active languages in a format usable by SpoonForm's addRadioButton
public static getCheckboxValues ( ) : array
Результат array
Пример #1
0
 /**
  * Get all active languages in a format usable by SpoonForm's addRadioButton
  *
  * @deprecated
  *
  * @return array
  */
 public static function getCheckboxValues()
 {
     trigger_error('Backend\\Core\\Engine\\Language is deprecated.
          It has been moved to Backend\\Core\\Language\\Language', E_USER_DEPRECATED);
     return parent::getCheckboxValues();
 }