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

Jacek Kowalski
2015-08-20 bae7f72cb534547a3b3602031f2f0571de4af0ec
Add getters for serverUrl and serviceUrl
1 files modified
6 ■■■■■ changed files
uphpCAS.php 6 ●●●●● patch | view | raw | blame | history
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;
    }