Todo List
Provides functionality to manage a PhpExt_Data_FieldConfigObject Collection
Located in /PhpExt/Data/FieldConfigObjectCollection.php [line 25]
PhpExt_AbstractCollection | --PhpExt_Data_FieldConfigObjectCollection
Methods
Inherited From PhpExt_AbstractCollection
PhpExt_AbstractCollection::$Collection PhpExt_AbstractCollection::$_forceArray
PhpExt_AbstractCollection::__construct() PhpExt_AbstractCollection::addObject() PhpExt_AbstractCollection::getCount() PhpExt_AbstractCollection::getForceArray() True to force the collection to render as array when now elements present. PhpExt_AbstractCollection::getJavascript() PhpExt_AbstractCollection::getObjectByIndex() PhpExt_AbstractCollection::getObjectByName() PhpExt_AbstractCollection::isExtObjectCollection() PhpExt_AbstractCollection::removeObject() PhpExt_AbstractCollection::setForceArray() True to force the collection to render as array when now elements present.
PhpExt_Data_FieldConfigObjectCollection __construct( [ $collection = array()] )
int add( PhpExt_Data_FieldConfigObject $object, [string $name = null] )
Adds a PhpExt_Data_FieldConfigObject to the Collection
PhpExt_Data_FieldConfigObject &getByIndex( int $index )
Gets the PhpExt_Data_FieldConfigObject in the specified index
PhpExt_Data_FieldConfigObject getByName( string $name )
Gets the PhpExt_Data_FieldConfigObject with the key specified by $name