Method |
Description |
|
__construct ( ) |
|
|
check ( integer $flags ) : boolean |
Returns if the specified flag or set of flags is set. |
|
flag ( integer $flags ) |
Sets one or more flags. |
|
get ( ) : integer |
Gets the internal state flags. |
|
isCAS ( ) : boolean |
Returns the state of the CAS flag. |
|
isDiscarded ( ) : boolean |
Returns the state of the DISCARDED flag. |
|
isExecuting ( ) : boolean |
Returns the state of the INSIDEBLOCK flag. |
|
isInitialized ( ) : boolean |
Returns the state of the INITIALIZED flag. |
|
isReset ( ) : boolean |
Returns the state of the RESET flag. |
|
isWatchAllowed ( ) : boolean |
Returns if WATCH is allowed in the current state. |
|
isWatching ( ) : boolean |
Returns the state of the WATCH flag. |
|
reset ( ) |
Resets the state of a transaction. |
|
set ( integer $flags ) |
Sets the internal state flags. |
|
unflag ( integer $flags ) |
Resets one or more flags. |
|