product = $product_object; } $this->setup_hooks(); } /** * Registers the hooks and then delegates to the child */ public function setup_hooks() { $this->setup_hooks_child(); } /** * Abstract function for delegating to the child */ protected abstract function setup_hooks_child(); } endif;