Zend Framework
1.12
|
Public Member Functions | |
__construct ($value) | |
Object constructor. | |
lock () | |
Lock object in memory. | |
unlock () | |
Unlock object. | |
isLocked () | |
Return true if object is locked. | |
& | getRef () |
Get string value reference. | |
touch () | |
Signal, that value is updated by external code. | |
destroy () | |
Destroy memory container and remove it from memory manager list. | |
Public Attributes | |
$value | |
__construct | ( | $value | ) |
Object constructor.
Zend_Memory_Manager | $memoryManager | |
integer | $id | |
string | $value |
destroy | ( | ) |
Destroy memory container and remove it from memory manager list.
& getRef | ( | ) |
Get string value reference.
_Must_ be used for value access before PHP v 5.2 or _may_ be used for performance considerations
Implements Zend_Memory_Container_Interface.
isLocked | ( | ) |
lock | ( | ) |
Lock object in memory.
Implements Zend_Memory_Container_Interface.
touch | ( | ) |
Signal, that value is updated by external code.
Should be used together with getRef()
Implements Zend_Memory_Container_Interface.
unlock | ( | ) |
Unlock object.
Implements Zend_Memory_Container_Interface.
$value |