Exemplo n.º 1
0
 /**
  * checks correctness of the banner data
  *
  * @param Gpf_Data_Row $row
  * @param string $type = add/update
  *      * @return unknown
  */
 protected function checkBeforeSave(Gpf_Data_Row $row, Gpf_Rpc_Form $form, $type) {
 	$row->initValidators($form);
 	return $form->validate();
 }