plugin = $plugin; } /** * Get plugin. * * @return AbstractPlugin */ public function get_plugin() { return $this->plugin; } }