public function __construct($pname, $profile = null)
 {
     $this->_prefix = $pname;
     parent::__construct("{$this->_prefix}.conf", $profile);
 }
 public function __construct($profile = "default")
 {
     parent::__construct("plugins.conf", $profile);
 }