XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
ProtectorRegistry Class Reference

Public Member Functions

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

Static Public Member Functions

static & getInstance ()
 

Public Attributes

 $_entries
 
 $_locks
 

Detailed Description

Definition at line 10 of file registry.php.

Member Function Documentation

ProtectorRegistry::getEntry (   $key)

Definition at line 46 of file registry.php.

Referenced by isEntry().

Here is the caller graph for this function:

static& ProtectorRegistry::getInstance ( )
static

Definition at line 21 of file registry.php.

References ProtectorRegistry().

Here is the call graph for this function:

ProtectorRegistry::isEntry (   $key)

Definition at line 55 of file registry.php.

References getEntry().

Here is the call graph for this function:

ProtectorRegistry::isLocked (   $key)

Definition at line 71 of file registry.php.

Referenced by setEntry().

Here is the caller graph for this function:

ProtectorRegistry::lockEntry (   $key)

Definition at line 60 of file registry.php.

ProtectorRegistry::ProtectorRegistry ( )

Definition at line 15 of file registry.php.

Referenced by getInstance().

Here is the caller graph for this function:

ProtectorRegistry::setEntry (   $key,
  $item 
)

Definition at line 30 of file registry.php.

References isLocked().

Here is the call graph for this function:

ProtectorRegistry::unlockEntry (   $key)

Definition at line 66 of file registry.php.

ProtectorRegistry::unsetAll ( )

Definition at line 76 of file registry.php.

ProtectorRegistry::unsetEntry (   $key)

Definition at line 41 of file registry.php.

Member Data Documentation

ProtectorRegistry::$_entries

Definition at line 12 of file registry.php.

ProtectorRegistry::$_locks

Definition at line 13 of file registry.php.


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