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

Class: PhpExt_Grid_GridEditorCollection

Source Location: /PhpExt/Grid/GridEditorCollection.php

Class PhpExt_Grid_GridEditorCollection

Class Overview

Provides functionality to manage a PhpExt_Grid_GridEditor Collection

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

PhpExt_AbstractCollection
   |
   --PhpExt_Grid_GridEditorCollection

Methods

[ Top ]
Method Summary
PhpExt_Grid_GridEditorCollection   __construct()  
int   add()   Adds a PhpExt_Grid_GridEditor to the Collection
PhpExt_Grid_GridEditor   &getByIndex()   Gets the GridEditor in the specified index
PhpExt_Grid_GridEditor   getByName()   Gets the GridEditor with the key specified by $name
void   getJavascript()  

[ Top ]
Methods
Constructor __construct  [line 32]

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

Parameters:
   $collection: 

API Tags:
Access:  public


Redefinition of:
PhpExt_AbstractCollection::__construct()

[ Top ]
add  [line 43]

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

Adds a PhpExt_Grid_GridEditor to the Collection

Parameters:
PhpExt_Grid_GridEditor   $object: 
string   $name: 

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


[ Top ]
getByIndex  [line 63]

  PhpExt_Grid_GridEditor &getByIndex( int $index  )

Gets the GridEditor in the specified index

Parameters:
int   $index: 

API Tags:
Access:  public


[ Top ]
getByName  [line 53]

  PhpExt_Grid_GridEditor getByName( string $name  )

Gets the GridEditor with the key specified by $name

Parameters:
string   $name: 

API Tags:
Access:  public


[ Top ]
getJavascript  [line 67]

  void getJavascript( )


API Tags:
Access:  public


Redefinition of:
PhpExt_AbstractCollection::getJavascript()

[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:54:32 -0500 by phpDocumentor 1.4.0