Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
Zend_Memory_Container_Interface Interface Reference
Inheritance diagram for Zend_Memory_Container_Interface:
Zend_Memory_AccessController Zend_Memory_Container Zend_Memory_Container_Locked Zend_Memory_Container_Movable

Public Member Functions

getRef ()
 
 touch ()
 
 lock ()
 
 unlock ()
 
 isLocked ()
 

Detailed Description

Definition at line 30 of file Interface.php.

Member Function Documentation

◆ getRef()

& getRef ( )

Get string value reference

Must be used for value access before PHP v 5.2 or may be used for performance considerations

Returns
&string

Implemented in Zend_Memory_Container_Movable, Zend_Memory_Container_Locked, and Zend_Memory_AccessController.

◆ isLocked()

isLocked ( )

Return true if object is locked

Returns
boolean

Implemented in Zend_Memory_Container_Movable, Zend_Memory_AccessController, and Zend_Memory_Container_Locked.

◆ lock()

lock ( )

◆ touch()

touch ( )

Signal, that value is updated by external code.

Should be used together with getRef()

Implemented in Zend_Memory_Container_Movable, Zend_Memory_Container_Locked, and Zend_Memory_AccessController.

◆ unlock()

unlock ( )

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