コード例 #1
0
ファイル: DBObject.php プロジェクト: Silwereth/core
 /**
  * Clear the failed validation errors for this object.
  *
  * @return void
  */
 public function clearValidationErrors()
 {
     FormUtil::clearValidationErrors($this->_objPath);
 }