Lines Matching defs:plugin
26 private $plugin;
31 public static function initialize($plugin) {
33 self::$instance = new refnotes_localization($plugin);
51 private function __construct($plugin) {
52 $this->plugin = $plugin;
59 return $this->plugin->getLang($id);
66 return $this->plugin->localFN($id);
73 $this->plugin->setupLocale();
84 foreach ($this->plugin->getRawLang() as $key => $value) {