コード例 #1
0
 /**
  * Save the field record
  *
  * Method will save the field record into the database
  *
  * @access protected
  * @param array $data The field data record set
  * @param string &$error The referenced variable to store the error in
  * @return bool TRUE if the field was saved successfully, FALSE if not
  */
 public function saveForBackend($data, &$error)
 {
     return parent::saveForBackend($data, $error);
 }