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

Class: PhpExt_Grid_PropertyRecord

Source Location: /PhpExt/Grid/PropertyRecord.php

Class PhpExt_Grid_PropertyRecord

Property Summary
mixed   $_name  
mixed   $_value  

[ Top ]
Method Summary
PhpExt_Grid_PropertyRecord   __construct()  
void   getConfigParams()  
string   getName()   The name of the field's record
mixed   getValue()   The value for the field's record
PhpExt_Data_Record   setName()   The name of the field's record
PhpExt_Data_Record   setValue()   The value for the field's record

[ Top ]
Properties
mixed   $_name = null [line 26]
API Tags:
Access:  protected


[ Top ]
mixed   $_value = null [line 45]
API Tags:
Access:  protected


[ Top ]
Methods
Constructor __construct  [line 63]

  PhpExt_Grid_PropertyRecord __construct( $name, $value  )

Parameters:
   $name: 
   $value: 

API Tags:
Access:  public


Redefinition of:
PhpExt_Object::__construct()

[ Top ]
getConfigParams  [line 71]

  void getConfigParams( [ $lazy = false]  )

Parameters:
   $lazy: 

API Tags:
Access:  protected


Redefinition of:
PhpExt_Object::getConfigParams()

[ Top ]
getName  [line 40]

  string getName( )

The name of the field's record


API Tags:
Access:  public


[ Top ]
getValue  [line 59]

  mixed getValue( )

The value for the field's record


API Tags:
Access:  public


[ Top ]
setName  [line 32]

  PhpExt_Data_Record setName( string $value  )

The name of the field's record

Parameters:
string   $value: 

API Tags:
Access:  public


[ Top ]
setValue  [line 51]

  PhpExt_Data_Record setValue( mixed $value  )

The value for the field's record

Parameters:
mixed   $value: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:58:24 -0500 by phpDocumentor 1.4.0