ClassInterface Zend_Memory_Container_Interface

Description

Memory value container interface

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Memory/Container/Interface.php (line 28)


	
			
Method Summary
 string &getRef ()
 void processUpdate ()
 void touch ()
Methods
getRef (line 43)

Get string value reference

_Must_ be used for value access before PHP v 5.2 or _may_ be used for performance considerations

  • access: public
string &getRef ()
processUpdate (line 33)

Process container value update

  • access: public
void processUpdate ()
touch (line 50)

Signal, that value is updated by external code.

Should be used together with getRef()

  • access: public
void touch ()

Documentation generated on Thu, 18 Jan 2007 10:00:58 -0800 by phpDocumentor 1.3.1