1 | <?php |
||
8 | abstract class State extends BaseEnum { |
||
9 | const ACTIVE="active", DISABLED="disabled", ERROR="error", FOCUS="focus", LOADING="loading", NEGATIVE="negative", POSITIVE="positive", SUCCESS="success", WARNING="warning"; |
||
10 | |||
11 | public static function add($state, $elements) { |
||
23 | |||
24 | private static function _add($states, $element) { |
||
29 | } |