Exemplo n.º 1
0
 /**
  * Returns the names of possible states in an associative array.
  * @return array
  */
 public static function getStatusNames()
 {
     return \lajax\translatemanager\helpers\Language::a(self::$_CONDITIONS);
 }