示例#1
0
文件: mask.php 项目: eliudiaz/p4a
 /**
  * Goes in "new row" modality.
  * This means that we prepare p4a for adding a new record
  * to the data source wich is associated to the mask.
  * @return P4A_Mask
  */
 public function newRow()
 {
     $this->data->newRow();
     return $this;
 }