Todo List
Located in /PhpExt/Grid/PropertyRecord.php [line 23]
PhpExt_Object | --PhpExt_Grid_PropertyRecord
Properties
Methods
Inherited From PhpExt_Object
PhpExt_Object::$_extClassName PhpExt_Object::$_extConfigProperties PhpExt_Object::$_validExtConfigProperties PhpExt_Object::$_varName
PhpExt_Object::__construct() PhpExt_Object::addValidConfigProperties() PhpExt_Object::createMethodSignature() PhpExt_Object::getConfigParams() PhpExt_Object::getExtConfigProperty() PhpExt_Object::getJavascript() PhpExt_Object::getMethodInvokeStm() PhpExt_Object::isExtObject() PhpExt_Object::paramToString() PhpExt_Object::setExtClassInfo() PhpExt_Object::setExtConfigProperty() PhpExt_Object::__get() PhpExt_Object::__set()
PhpExt_Grid_PropertyRecord __construct( $name, $value )
void getConfigParams( [ $lazy = false] )
string getName( )
The name of the field's record
mixed getValue( )
The value for the field's record
PhpExt_Data_Record setName( string $value )
PhpExt_Data_Record setValue( mixed $value )