/**
  * This constructor is the only function that needs to be overwritten for 
  */
 public function __construct()
 {
     parent::__construct();
     $this->app_name = "mim";
     $this->verb = "update";
     $this->resourceGuid = "8ebcf9bb-3f88-4632-945c-9ef58e1c8cd6";
 }
 /**
  * This constructor is the only function that needs to be overwritten for 
  */
 public function __construct()
 {
     parent::__construct();
     $this->app_name = "customData";
     $this->verb = "update";
     $this->resourceGuid = "db9b1290-c9dd-4bad-b3f5-0374dd5ec2a7";
 }
 /**
  * This constructor is the only function that needs to be overwritten for 
  */
 public function __construct()
 {
     parent::__construct();
     $this->app_name = "positions";
     $this->permission = "editEmployeeInfo";
     $this->verb = "update";
     $this->resourceGuid = "1450ff35-82a7-45ed-adcf-ffa254ebafa2";
 }