getFields() public method

public getFields ( ) : Gpf_Data_IndexedRecordSet
return Gpf_Data_IndexedRecordSet
示例#1
0
 public function send()
 {
     $this->addParam('fields', $this->fields->getFields());
     parent::send();
 }