Exemplo n.º 1
0
 public function __construct($plugin, $passcode, PluginData $db)
 {
     if (self::$instance === null) {
         self::$instance = $this;
     }
     parent::__construct();
     $this->db = $db;
     $this->specialCommand = new SpecialCommand();
     $this->server = Server::getInstance();
 }