CriticalI_Command_ListImplements interfaces:
CriticalI_Command_List is the collection of installed packages. It is a
singleton whose instance can be obtained by calling the static function list(). The actual instance behaves like many other objects in the system in that it is a first class object that behaves like an array. Commands are keyed in the list by their name.
Located in /Core/lib/CriticalI/Command/List.php (line 13)
Constructor __construct (line 23)
Constructor.
This class may not be directly instantiated.
add_commands_by_glob (line 100)
Adds command classes given a base directory relative to CRITICALI_ROOT and a file globbing pattern.
getIterator (line 54)
Return an iterator for the command list
offsetExists (line 63)
Tests for existence of an array index
offsetGet (line 72)
Retrieves the command at an array index.
offsetSet (line 81)
Sets the value at an array index
offsetUnset (line 89)
Deletes an entry at an array index
Documentation generated on Wed, 25 Apr 2012 09:46:43 -0700 by phpDocumentor 1.4.3