plugin = $plugin; return $this; } /** * Register any hooks that this component needs. * * @return void */ abstract public function register_hooks(); }