|
ILIAS
Release_4_0_x_branch Revision 61816
|
HTML Purifier's internal representation of a URI. More...
Collaboration diagram for HTMLPurifier_URI:Public Member Functions | |
| __construct ($scheme, $userinfo, $host, $port, $path, $query, $fragment) | |
| getSchemeObj ($config, $context) | |
| Retrieves a scheme object corresponding to the URI's scheme/default. | |
| validate ($config, $context) | |
| Generic validation method applicable for all schemes. | |
| toString () | |
| Convert URI back to string. | |
Data Fields | |
| $scheme | |
| $userinfo | |
| $host | |
| $port | |
| $path | |
| $query | |
| $fragment | |
HTML Purifier's internal representation of a URI.
| HTMLPurifier_URI::__construct | ( | $scheme, | |
| $userinfo, | |||
| $host, | |||
| $port, | |||
| $path, | |||
| $query, | |||
| $fragment | |||
| ) |
| HTMLPurifier_URI::getSchemeObj | ( | $config, | |
| $context | |||
| ) |
Retrieves a scheme object corresponding to the URI's scheme/default.
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
Definition at line 35 of file URI.php.
References $config, and HTMLPurifier_URISchemeRegistry\instance().
Here is the call graph for this function:| HTMLPurifier_URI::toString | ( | ) |
Convert URI back to string.
Definition at line 150 of file URI.php.
References $fragment, $host, $path, $port, $query, and $result.
| HTMLPurifier_URI::validate | ( | $config, | |
| $context | |||
| ) |
Generic validation method applicable for all schemes.
May modify this URI in order to get it into a compliant form.
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
Definition at line 63 of file URI.php.
References $config, and elseif().
Here is the call graph for this function:| HTMLPurifier_URI::$fragment |
Definition at line 14 of file URI.php.
Referenced by __construct(), and toString().
| HTMLPurifier_URI::$host |
Definition at line 14 of file URI.php.
Referenced by __construct(), and toString().
| HTMLPurifier_URI::$path |
Definition at line 14 of file URI.php.
Referenced by __construct(), and toString().
| HTMLPurifier_URI::$port |
Definition at line 14 of file URI.php.
Referenced by __construct(), and toString().
| HTMLPurifier_URI::$query |
Definition at line 14 of file URI.php.
Referenced by __construct(), and toString().
| HTMLPurifier_URI::$scheme |
Definition at line 14 of file URI.php.
Referenced by __construct().
| HTMLPurifier_URI::$userinfo |
Definition at line 14 of file URI.php.
Referenced by __construct().