Example #1
0
 public function __construct()
 {
     $this->url = self::getCleanURL() != null ? self::getCleanURL() : Configuration::getDefaultURL();
     $this->parseURL();
 }