Ejemplo n.º 1
0
 /**
  * Checks whether any registered behavior on that table has a modifier for a hook
  * @param string $hookName The name of the hook as called from one of this class methods, e.g. "preSave"
  * @param string &$script The script will be modified in this method.
  */
 public function applyBehaviorModifier($hookName, &$script, $tab = "\t\t")
 {
     return parent::applyBehaviorModifier($hookName, 'ObjectBuilderModifier', $script, $tab);
 }
Ejemplo n.º 2
0
  /**
   * Checks whether any registered behavior on that table has a modifier for a hook
   * @param string $hookName The name of the hook as called from one of this class methods, e.g. "preSave"
	 * @param string &$script The script will be modified in this method.
   */
  public function applyBehaviorModifier($hookName, &$script, $tab = "		")
  {
    return parent::applyBehaviorModifier($hookName, 'TableMapBuilderModifier', $script, $tab);
  }