PHP Класс Predis\Transaction\MultiExecState

Автор: Daniele Alessandri ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

public __construct ( )

check() публичный Метод

Returns if the specified flag or set of flags is set.
public check ( integer $flags ) : boolean
$flags integer Flag
Результат boolean

flag() публичный Метод

Sets one or more flags.
public flag ( integer $flags )
$flags integer Set of flags

get() публичный Метод

Gets the internal state flags.
public get ( ) : integer
Результат integer

isCAS() публичный Метод

Returns the state of the CAS flag.
public isCAS ( ) : boolean
Результат boolean

isDiscarded() публичный Метод

Returns the state of the DISCARDED flag.
public isDiscarded ( ) : boolean
Результат boolean

isExecuting() публичный Метод

Returns the state of the INSIDEBLOCK flag.
public isExecuting ( ) : boolean
Результат boolean

isInitialized() публичный Метод

Returns the state of the INITIALIZED flag.
public isInitialized ( ) : boolean
Результат boolean

isReset() публичный Метод

Returns the state of the RESET flag.
public isReset ( ) : boolean
Результат boolean

isWatchAllowed() публичный Метод

Returns if WATCH is allowed in the current state.
public isWatchAllowed ( ) : boolean
Результат boolean

isWatching() публичный Метод

Returns the state of the WATCH flag.
public isWatching ( ) : boolean
Результат boolean

reset() публичный Метод

Resets the state of a transaction.
public reset ( )

set() публичный Метод

Sets the internal state flags.
public set ( integer $flags )
$flags integer Set of flags

unflag() публичный Метод

Resets one or more flags.
public unflag ( integer $flags )
$flags integer Set of flags