/**
  * put your comment there...
  * 
  */
 public function __construct()
 {
     // Initialize Access Point base!
     parent::__construct();
     // Set access point name!
     $this->name = 'auto-upgrade';
 }
Exemplo n.º 2
0
 /**
  * put your comment there...
  * 
  */
 public function __construct()
 {
     // initialize base!
     parent::__construct();
     // Set name!
     $this->name = 'tinymce';
 }
 /**
  * put your comment there...
  * 
  */
 public function __construct()
 {
     // Initialize Access Point base!
     parent::__construct();
     // Set access point name!
     $this->name = 'extensions';
 }
 /**
  * put your comment there...
  * 
  */
 public function __construct()
 {
     // Initialize parent.
     parent::__construct();
     // Set name!
     $this->name = 'installer';
 }
 /**
  * put your comment there...
  * 
  */
 public function __construct()
 {
     // Initialize Access Point base!
     parent::__construct();
     // Set access point name!
     $this->name = 'dashboard-metabox';
 }
 /**
  * put your comment there...
  * 
  */
 public function __construct()
 {
     // Initialize Access Point base!
     parent::__construct();
     // Set access point name!
     $this->name = 'main';
     // Needed for calling from nuinstall static method!
     self::$instance = $this;
 }