getFields() 공개 메소드

public getFields ( ) : Gpf_Data_IndexedRecordSet
리턴 Gpf_Data_IndexedRecordSet
예제 #1
0
 public function send()
 {
     $this->addParam('fields', $this->fields->getFields());
     parent::send();
 }