예제 #1
0
파일: mask.php 프로젝트: eliudiaz/p4a
 /**
  * Moves to the first row
  * @return P4A_Mask
  */
 public function firstRow()
 {
     $this->data->firstRow();
     return $this;
 }