Ejemplo n.º 1
0
 /**
  * Constructor. Sets the reference to the transaction in which the trigger is used.
  * @param object tNG &$tNG reference to transaction object
  * @access public
  */
 function tNG_CheckMasterRecord(&$tNG)
 {
     parent::tNG_CheckTableField($tNG);
 }
Ejemplo n.º 2
0
 /**
  * Constructor. Sets the reference to the transaction in which the trigger is used.
  * @param object tNG &$tNG reference to transaction object
  * @access public
  */
 function tNG_CheckDetailRecord(&$tNG)
 {
     parent::tNG_CheckTableField($tNG);
 }