Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Liste complète des membres de JURI, y compris les membres hérités :
$_errors | JObject | protected |
$_fragment | JURI | protected |
$_host | JURI | protected |
$_pass | JURI | protected |
$_path | JURI | protected |
$_port | JURI | protected |
$_query | JURI | protected |
$_scheme | JURI | protected |
$_uri | JURI | protected |
$_user | JURI | protected |
$_vars | JURI | protected |
$base | JURI | protectedstatic |
$current | JURI | protectedstatic |
$instances | JURI | protectedstatic |
$root | JURI | protectedstatic |
__construct($uri=null) | JURI | |
__toString() | JURI | |
_cleanPath($path) | JURI | protected |
base($pathonly=false) | JURI | static |
buildQuery($params) | JURI | static |
current() | JURI | static |
def($property, $default=null) | JObject | |
delVar($name) | JURI | |
get($property, $default=null) | JObject | |
getError($i=null, $toString=true) | JObject | |
getErrors() | JObject | |
getFragment() | JURI | |
getHost() | JURI | |
getInstance($uri= 'SERVER') | JURI | static |
getPass() | JURI | |
getPath() | JURI | |
getPort() | JURI | |
getProperties($public=true) | JObject | |
getQuery($toArray=false) | JURI | |
getScheme() | JURI | |
getUser() | JURI | |
getVar($name, $default=null) | JURI | |
hasVar($name) | JURI | |
isInternal($url) | JURI | static |
isSSL() | JURI | |
parse($uri) | JURI | |
reset() | JURI | static |
root($pathonly=false, $path=null) | JURI | static |
set($property, $value=null) | JObject | |
setError($error) | JObject | |
setFragment($anchor) | JURI | |
setHost($host) | JURI | |
setPass($pass) | JURI | |
setPath($path) | JURI | |
setPort($port) | JURI | |
setProperties($properties) | JObject | |
setQuery($query) | JURI | |
setScheme($scheme) | JURI | |
setUser($user) | JURI | |
setVar($name, $value) | JURI | |
toString($parts=array('scheme', 'user', 'pass', 'host', 'port', 'path', 'query', 'fragment')) | JURI | |
JObject::toString() | JObject |