23 #require_once 'Zend/Memory/Container.php'; 26 #require_once 'Zend/Memory/Value.php'; 81 $this->_memManager = $memoryManager;
92 if ( !($this->_state & self::LOADED) ) {
93 $this->_memManager->load($this, $this->_id);
137 if ($property !=
'value') {
138 #require_once 'Zend/Memory/Exception.php'; 142 if ( !($this->_state & self::LOADED) ) {
143 $this->_memManager->load($this, $this->_id);
147 return $this->_value;
159 if ($property !=
'value') {
160 #require_once 'Zend/Memory/Exception.php'; 167 $this->_memManager->processUpdate($this, $this->_id);
181 if ( !($this->_state & self::LOADED) ) {
182 $this->_memManager->load($this, $this->_id);
186 return $this->_value->getRef();
196 $this->_memManager->processUpdate($this, $this->_id);
210 $this->_memManager->processUpdate($this, $this->_id);
220 if ( !($this->_state & self::LOADED) ) {
221 $this->_memManager->load($this, $this->_id);
225 $this->_value->startTrace();
248 $this->_value =
null;
295 $this->_memManager->unlink($this, $this->_id);
__construct(Zend_Memory_Manager $memoryManager, $id, $value)