author; } /** * Get plugin version * * @return float */ public function getVersion() { return $this->version; } /** * Get plugin name * * @return string */ public function getName() { return $this->name; } /** * Get plugin description * * @return string */ public function getDescription() { return $this->description; } } ?>