PHP 클래스 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.
파일 보기
프로젝트 열기: prggmr/xpspl
보호된 프로퍼티들
공개 메소드들
메소드 상세
Method declares for interfaces ArrayAccess and Iterator.
Returns the current storage array.
Merge an array with the current storage.
Apply the given function to every node in storage.
프로퍼티 상세
protected array $_storage |
리턴 |
array |
|