package = $package; $this->identifier = $identifier; } /** * @inheritdoc */ public function get_root_path() { return $this->package->get_root_path(); } /** * @inheritdoc */ public function get_version() { return $this->package->get_version(); } /** * @inheritdoc */ public function get_type() { return 'ithemes'; } /** * @inheritdoc */ public function get_identifier() { return $this->identifier; } /** * @inheritDoc */ public function __toString() { return sprintf( __( '%s by iThemes', 'it-l10n-ithemes-security-pro' ), $this->package ); } }