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

Class: PhpExt_ToolConfigObjectCollection

Source Location: /PhpExt/ToolConfigObjectCollection.php

Class PhpExt_ToolConfigObjectCollection

Class Overview

Provides functionality to manage a PhpExt_ToolConfigObject Collection

Located in /PhpExt/ToolConfigObjectCollection.php [line 28]

PhpExt_AbstractCollection
   |
   --PhpExt_ToolConfigObjectCollection

Methods

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

[ Top ]
Methods
Constructor __construct  [line 31]

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

Parameters:
   $collection: 

API Tags:
Access:  public


Redefinition of:
PhpExt_AbstractCollection::__construct()

[ Top ]
add  [line 42]

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

Adds a PhpExt_ToolConfigObject to the Collection

Parameters:
PhpExt_ToolConfigObject   $object: 
string   $name: 

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


[ Top ]
getByIndex  [line 62]

  PhpExt_ToolConfigObject &getByIndex( int $index  )

Gets the Component in the specified index

Parameters:
int   $index: 

API Tags:
Access:  public


[ Top ]
getByName  [line 52]

  PhpExt_ToolConfigObject getByName( string $name  )

Gets the Component with the key specified by $name

Parameters:
string   $name: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 16:01:43 -0500 by phpDocumentor 1.4.0