Example #1
0
 public function exportAccess($val)
 {
     $this->procCode = $val;
     $obj_Authentication = new authenticationProcessor();
     $obj_Authentication->exportAccess($this->procCode);
     $obj_Authentication->isAuthenticated();
 }