Zend_Memory_Container
getId (line 144)
Get memory object id
getRef (line 207)
Get string value reference
_Must_ be used for value access before PHP v 5.2 or _may_ be used for performance considerations
isLocked (line 134)
Return true if object is locked
Constructor __construct (line 80)
Destructor __destruct (line 89)
lock (line 104)
Lock object in memory.
If writeLock is true, than object is locked for writing Otherwise only read lock is obtained. (Write lock also discards swapped data)
processUpdate (line 231)
Zend_Memory_Container interface
Process container value update. Must be called only by value object
touch (line 217)
Signal, that value is updated by external code.
Should be used together with getRef()
unlock (line 124)
Unlock object
__get (line 159)
Get handler
Loads object if necessary and moves it to the top of loaded objects list. Swaps objects from the bottom of loaded objects list, if necessary.
__set (line 181)
Set handler
Documentation generated on Wed, 21 Feb 2007 12:02:20 -0800 by phpDocumentor 1.3.1