/**
  * put your comment there...
  * 
  */
 public function __construct()
 {
     // Initialize Access Point base!
     parent::__construct();
     // Set access point name!
     $this->name = 'packages-manager';
 }