PHP Class XPSPL\Storage
Storage is designed to allow objects to act as a storage.
Storage provides an interface to the normal PHP functions used for
transversing an array, keeping all data within a central storage.
See the PHP Manual for more information regarding the functions used
in Storage.
ファイルを表示
Open project: prggmr/xpspl
Protected Properties
Public Methods
Method Details
Method declares for interfaces ArrayAccess and Iterator.
get_storage()
public method
Returns the current storage array.
Merge an array with the current storage.
offsetExists()
public method
offsetGet()
public method
offsetSet()
public method
offsetUnset()
public method
Apply the given function to every node in storage.
Property Details
$_storage protected_oe property
protected array $_storage |
return |
array |
|