PhpExt : Data [ class tree ] [ index ] [ all elements ]

Class: PhpExt_Data_FieldConfigObjectCollection

Source Location: /PhpExt/Data/FieldConfigObjectCollection.php

Class PhpExt_Data_FieldConfigObjectCollection

Class Overview

Provides functionality to manage a PhpExt_Data_FieldConfigObject Collection

Located in /PhpExt/Data/FieldConfigObjectCollection.php [line 25]

PhpExt_AbstractCollection
   |
   --PhpExt_Data_FieldConfigObjectCollection

Methods

[ Top ]
Method Summary
PhpExt_Data_FieldConfigObjectCollection   __construct()  
int   add()   Adds a PhpExt_Data_FieldConfigObject to the Collection
PhpExt_Data_FieldConfigObject   &getByIndex()   Gets the PhpExt_Data_FieldConfigObject in the specified index
PhpExt_Data_FieldConfigObject   getByName()   Gets the PhpExt_Data_FieldConfigObject with the key specified by $name

[ Top ]
Methods
Constructor __construct  [line 28]

  PhpExt_Data_FieldConfigObjectCollection __construct( [ $collection = array()]  )

Parameters:
   $collection: 

API Tags:
Access:  public


Redefinition of:
PhpExt_AbstractCollection::__construct()

[ Top ]
add  [line 39]

  int add( PhpExt_Data_FieldConfigObject $object, [string $name = null]  )

Adds a PhpExt_Data_FieldConfigObject to the Collection

Parameters:
PhpExt_Data_FieldConfigObject   $object: 
string   $name: 

API Tags:
Return:  the index of the new element
Access:  public


[ Top ]
getByIndex  [line 59]

  PhpExt_Data_FieldConfigObject &getByIndex( int $index  )

Gets the PhpExt_Data_FieldConfigObject in the specified index

Parameters:
int   $index: 

API Tags:
Access:  public


[ Top ]
getByName  [line 49]

  PhpExt_Data_FieldConfigObject getByName( string $name  )

Gets the PhpExt_Data_FieldConfigObject with the key specified by $name

Parameters:
string   $name: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:53:38 -0500 by phpDocumentor 1.4.0