Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 203 → Rev 204

/trunk/framework/Url.php
475,7 → 475,7
public function getURL() {
// Voir RFC 3986, section 5.3
$url = "";
 
if ($this->schema !== false) {
$url .= $this->schema . ':';
}
767,6 → 767,7
}
 
public function __toString() {
return $this->getURL();
}
}