예제 #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;
 }