Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__set ($name, $value) | |
__construct ($uri=null) | |
Fonctions membres publiques hérités de AbstractUri | |
__construct ($uri=null) | |
__toString () | |
toString (array $parts=array('scheme', 'user', 'pass', 'host', 'port', 'path', 'query', 'fragment')) | |
render ($parts=self::ALL) | |
hasVar ($name) | |
getVar ($name, $default=null) | |
getQuery ($toArray=false) | |
getScheme () | |
getUser () | |
getPass () | |
getHost () | |
getPort () | |
getPath () | |
getFragment () | |
isSsl () | |
Attributs privés | |
$constructed = false | |
Membres hérités additionnels | |
Champs de données hérités de UriInterface | |
const | SCHEME = 1 |
const | USER = 2 |
const | PASS = 4 |
const | HOST = 8 |
const | PORT = 16 |
const | PATH = 32 |
const | QUERY = 64 |
const | FRAGMENT = 128 |
const | ALL = 255 |
Fonctions membres protégées hérités de AbstractUri | |
parse ($uri) | |
cleanPath ($path) | |
Fonctions membres protégées statiques hérités de AbstractUri | |
static | buildQuery (array $params) |
Attributs protégés hérités de AbstractUri | |
$uri | |
$scheme | |
$host | |
$port | |
$user | |
$pass | |
$path | |
$query | |
$fragment | |
$vars = array() | |
__construct | ( | $uri = null | ) |
This is a special constructor that prevents calling the __construct method again.
string | $uri | The optional URI string |
Références AbstractUri\$uri.
__set | ( | $name, | |
$value | |||
) |
Prevent setting undeclared properties.
string | $name | This is an immutable object, setting $name is not allowed. |
mixed | $value | This is an immutable object, setting $value is not allowed. |
|
private |