Example #1
0
 /**
  * Moves to the next row
  * @return P4A_Mask
  */
 public function nextRow()
 {
     $this->data->nextRow();
     return $this;
 }