phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
State Class Reference
+ Inheritance diagram for State:

Static Public Member Functions

static add ($state, $elements)
 
- Static Public Member Functions inherited from BaseEnum
static getConstants ()
 
static getConstantValues ($postFix="", $prefixBefore=false)
 
static isValidName ($name, $strict=false)
 
static isValidValue ($value)
 
static getRandomValue (bool $unique=false)
 

Data Fields

const ACTIVE ="active"
 
const DISABLED ="disabled"
 
const ERROR ="error"
 
const FOCUS ="focus"
 
const LOADING ="loading"
 
const NEGATIVE ="negative"
 
const POSITIVE ="positive"
 
const SUCCESS ="success"
 
const WARNING ="warning"
 

Static Private Member Functions

static _add ($states, $element)
 

Detailed Description

Definition at line 8 of file State.php.

Member Function Documentation

◆ _add()

static _add (   $states,
  $element 
)
staticprivate

Definition at line 24 of file State.php.

◆ add()

static add (   $state,
  $elements 
)
static

Definition at line 11 of file State.php.

Field Documentation

◆ ACTIVE

const ACTIVE ="active"

Definition at line 9 of file State.php.

◆ DISABLED

const DISABLED ="disabled"

Definition at line 9 of file State.php.

◆ ERROR

const ERROR ="error"

Definition at line 9 of file State.php.

◆ FOCUS

const FOCUS ="focus"

Definition at line 9 of file State.php.

◆ LOADING

const LOADING ="loading"

Definition at line 9 of file State.php.

◆ NEGATIVE

const NEGATIVE ="negative"

Definition at line 9 of file State.php.

◆ POSITIVE

const POSITIVE ="positive"

Definition at line 9 of file State.php.

◆ SUCCESS

const SUCCESS ="success"

Definition at line 9 of file State.php.

◆ WARNING

const WARNING ="warning"

Definition at line 9 of file State.php.


The documentation for this class was generated from the following file: