API - XOOPS 2.5.11 Beta 2
By monxoops.fr
ProtectorRegistry Class Reference

Public Member Functions

 setEntry ($key, $item)
 
 unsetEntry ($key)
 
 getEntry ($key)
 
 isEntry ($key)
 
 lockEntry ($key)
 
 unlockEntry ($key)
 
 isLocked ($key)
 
 unsetAll ()
 

Static Public Member Functions

static getInstance ()
 

Data Fields

 $_entries
 
 $_locks
 

Protected Member Functions

 __construct ()
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

__construct ( )
protected

ProtectorRegistry constructor.

Member Function Documentation

◆ getEntry()

getEntry (   $key)
Parameters
$key
Returns
null
Here is the caller graph for this function:

◆ getInstance()

static getInstance ( )
static

◆ isEntry()

isEntry (   $key)
Parameters
$key
Returns
bool
Here is the call graph for this function:

◆ isLocked()

isLocked (   $key)
Parameters
$key
Returns
bool
Here is the caller graph for this function:

◆ lockEntry()

lockEntry (   $key)
Parameters
$key
Returns
bool

◆ setEntry()

setEntry (   $key,
  $item 
)
Parameters
$key
$item
Returns
bool
Here is the call graph for this function:

◆ unlockEntry()

unlockEntry (   $key)
Parameters
$key

◆ unsetAll()

unsetAll ( )

◆ unsetEntry()

unsetEntry (   $key)
Parameters
$key

Field Documentation

◆ $_entries

$_entries

◆ $_locks

$_locks

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