public function __construct($plugin)
 {
     if (!php_Boot::$skip_constructor) {
         parent::__construct($plugin);
     }
 }