Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 1 revision

Implementation of a [[StorableSet]] which uses a static list of objects.

StaticStorableSet is a class derived from StorableSet.

Synopsis

uses('store');

Public Methods

  • [[StaticStorableSet::__construct]]()
  • [[StaticStorableSet::count]]()
  • [[StaticStorableSet::valid]]()
  • [[StaticStorableSet::next]]()
  • [[StaticStorableSet::key]]()
  • [[StaticStorableSet::current]]()
  • [[StaticStorableSet::rewind]]()

Clone this wiki locally