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

Class: PhpExt_Grid_IColumnCollection

Source Location: /PhpExt/Grid/IColumnCollection.php

Class PhpExt_Grid_IColumnCollection

Class Overview

Provides functionality to manage a PhpExt_Grid_ColumnConfigObject Collection

Located in /PhpExt/Grid/IColumnCollection.php [line 29]

PhpExt_AbstractCollection
   |
   --PhpExt_Grid_IColumnCollection

Methods

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

[ Top ]
Methods
Constructor __construct  [line 32]

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

Parameters:
   $collection: 

API Tags:
Access:  public


Redefinition of:
PhpExt_AbstractCollection::__construct()

[ Top ]
add  [line 43]

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

Adds a PhpExt_Grid_IColumn to the Collection

Parameters:
PhpExt_Grid_IColumn   $object: 
string   $name: 

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


[ Top ]
getByIndex  [line 63]

  PhpExt_Grid_IColumn &getByIndex( int $index  )

Gets the Component in the specified index

Parameters:
int   $index: 

API Tags:
Access:  public


[ Top ]
getByName  [line 53]

  PhpExt_Grid_IColumn 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 15:55:25 -0500 by phpDocumentor 1.4.0