Méthode |
Description |
|
__toString ( ) : string |
Returns the application state representation as string. |
|
equals ( ApplicationStateKeys $applicationState ) : boolean |
Returns TRUE if the passed application state equals the actual one, else FALSE. |
|
get ( integer $applicationState ) : ApplicationStateKeys |
Factory method to create a new application state instance. |
|
getApplicationState ( ) : integer |
Returns the application state representation as integer. |
|
getApplicationStates ( ) : array |
Returns the container states. |
|
greaterOrEqualThan ( ApplicationStateKeys $containerState ) : boolean |
Returns TRUE if the container state is greater than the passed one, else FALSE. |
|
notEquals ( ApplicationStateKeys $applicationState ) : boolean |
Returns TRUE if the passed application state NOT equals the actual one, else FALSE. |
|