mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2015-08-20 bae7f72cb534547a3b3602031f2f0571de4af0ec
uphpCAS.php
@@ -46,10 +46,16 @@
      }
   }
   
   public function getServerUrl($serverUrl) {
      return $this->serverUrl;
   }
   public function setServerUrl($serverUrl) {
      $this->serverUrl = $serverUrl;
   }
   
   public function getServiceUrl() {
      return $this->serviceUrl;
   }
   public function setServiceUrl($serviceUrl) {
      $this->serviceUrl = $serviceUrl;
   }