Implements interfaces:
Memory object container access controller.
Memory manager stores a list of generated objects to control them. So container objects always have at least one reference and can't be automatically destroyed.
This class is intended to be an userland proxy to memory container object. It's not referenced by memory manager and class destructor is invoked immidiately after gouing out of scope or unset operation.
Class also provides Zend_Memory_Container_Interface interface and works as proxy for such cases.
Located in /Memory/AccessController.php (line 37)
Object constructor
Object destructor
Get string value reference
_Must_ be used for value access before PHP v 5.2 or _may_ be used for performance considerations
Return true if object is locked
Lock object in memory.
Signal, that value is updated by external code.
Should be used together with getRef()
Unlock object
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 handler
Documentation generated on Sun, 27 May 2007 23:20:22 -0700 by phpDocumentor 1.3.2