Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__toString () | |
SimplePie_IRI ($iri) | |
parse_iri ($iri) | |
remove_dot_segments ($input) | |
replace_invalid_with_pct_encoding ($string, $valid_chars, $case=SIMPLEPIE_SAME_CASE) | |
is_valid () | |
set_scheme ($scheme) | |
set_authority ($authority) | |
set_userinfo ($userinfo) | |
set_host ($host) | |
set_port ($port) | |
set_path ($path) | |
set_query ($query) | |
set_fragment ($fragment) | |
get_iri () | |
get_scheme () | |
get_authority () | |
get_userinfo () | |
get_host () | |
get_port () | |
get_path () | |
get_query () | |
get_fragment () |
Fonctions membres publiques statiques | |
absolutize ($base, $relative) |
Attributs publics | |
$scheme | |
$userinfo | |
$host | |
$port | |
$path | |
$query | |
$fragment | |
$valid = array() |
Définition à la ligne 11578 du fichier simplepie.php.
SimplePie_IRI::__toString | ( | ) |
Return the entire IRI when you try and read the object as a string
public
Définition à la ligne 11650 du fichier simplepie.php.
|
static |
Create a new IRI object by resolving a relative IRI
public
SimplePie_IRI | $base | Base IRI |
string | $relative | Relative IRI |
Définition à la ligne 11685 du fichier simplepie.php.
Référencé par SimplePie_Misc\absolutize_url().
SimplePie_IRI::get_authority | ( | ) |
Get the complete authority
public
Définition à la ligne 12221 du fichier simplepie.php.
SimplePie_IRI::get_fragment | ( | ) |
SimplePie_IRI::get_host | ( | ) |
SimplePie_IRI::get_iri | ( | ) |
Get the complete IRI
public
Définition à la ligne 12170 du fichier simplepie.php.
SimplePie_IRI::get_path | ( | ) |
SimplePie_IRI::get_port | ( | ) |
SimplePie_IRI::get_query | ( | ) |
SimplePie_IRI::get_scheme | ( | ) |
SimplePie_IRI::get_userinfo | ( | ) |
Get the user information
public
Définition à la ligne 12253 du fichier simplepie.php.
SimplePie_IRI::is_valid | ( | ) |
Check if the object represents a valid IRI
public
Définition à la ligne 11920 du fichier simplepie.php.
SimplePie_IRI::parse_iri | ( | $iri | ) |
Parse an IRI into scheme/authority/path/query/fragment segments
private
string | $iri |
Définition à la ligne 11764 du fichier simplepie.php.
SimplePie_IRI::remove_dot_segments | ( | $input | ) |
Remove dot segments from a path
private
string | $input |
Définition à la ligne 11781 du fichier simplepie.php.
SimplePie_IRI::replace_invalid_with_pct_encoding | ( | $string, | |
$valid_chars, | |||
$case = SIMPLEPIE_SAME_CASE |
|||
) |
Replace invalid character with percent encoding
private
string | $string | Input string |
string | $valid_chars | Valid characters |
int | $case | Normalise case |
Définition à la ligne 11844 du fichier simplepie.php.
Références SIMPLEPIE_LOWERCASE, et SIMPLEPIE_UPPERCASE.
SimplePie_IRI::set_authority | ( | $authority | ) |
Set the authority. Returns true on success, false on failure (if there are any invalid characters).
public
string | $authority |
Définition à la ligne 11974 du fichier simplepie.php.
SimplePie_IRI::set_fragment | ( | $fragment | ) |
Set the fragment.
public
string | $fragment |
Définition à la ligne 12150 du fichier simplepie.php.
SimplePie_IRI::set_host | ( | $host | ) |
Set the host. Returns true on success, false on failure (if there are any invalid characters).
public
string | $host |
Définition à la ligne 12028 du fichier simplepie.php.
Références SIMPLEPIE_LOWERCASE.
SimplePie_IRI::set_path | ( | $path | ) |
Set the path.
public
string | $path |
Définition à la ligne 12096 du fichier simplepie.php.
SimplePie_IRI::set_port | ( | $port | ) |
Set the port. Returns true on success, false on failure (if there are any invalid characters).
public
string | $port |
Définition à la ligne 12067 du fichier simplepie.php.
SimplePie_IRI::set_query | ( | $query | ) |
Set the query.
public
string | $query |
Définition à la ligne 12129 du fichier simplepie.php.
SimplePie_IRI::set_scheme | ( | $scheme | ) |
Set the scheme. Returns true on success, false on failure (if there are any invalid characters).
public
string | $scheme |
Définition à la ligne 11933 du fichier simplepie.php.
SimplePie_IRI::set_userinfo | ( | $userinfo | ) |
Set the userinfo.
public
string | $userinfo |
Définition à la ligne 12006 du fichier simplepie.php.
SimplePie_IRI::SimplePie_IRI | ( | $iri | ) |
Create a new IRI object, from a specified string
public
string | $iri |
Définition à la ligne 11662 du fichier simplepie.php.
SimplePie_IRI::$fragment |
Définition à la ligne 11634 du fichier simplepie.php.
SimplePie_IRI::$host |
Définition à la ligne 11602 du fichier simplepie.php.
SimplePie_IRI::$path |
Définition à la ligne 11618 du fichier simplepie.php.
SimplePie_IRI::$port |
Définition à la ligne 11610 du fichier simplepie.php.
SimplePie_IRI::$query |
Définition à la ligne 11626 du fichier simplepie.php.
SimplePie_IRI::$scheme |
Définition à la ligne 11586 du fichier simplepie.php.
SimplePie_IRI::$userinfo |
Définition à la ligne 11594 du fichier simplepie.php.
SimplePie_IRI::$valid = array() |
Définition à la ligne 11642 du fichier simplepie.php.