Öffentliche Methoden | |
| __construct ($scheme, $userinfo, $host, $port, $path, $query, $fragment) | |
| getSchemeObj ($config, $context) | |
| validate ($config, $context) | |
| toString () | |
Datenfelder | |
| $scheme | |
| $userinfo | |
| $host | |
| $port | |
| $path | |
| $query | |
| $fragment | |
Definiert in Zeile 11 der Datei URI.php.
| __construct | ( | $ | scheme, | |
| $ | userinfo, | |||
| $ | host, | |||
| $ | port, | |||
| $ | path, | |||
| $ | query, | |||
| $ | fragment | |||
| ) |
| getSchemeObj | ( | $ | config, | |
| $ | context | |||
| ) |
Retrieves a scheme object corresponding to the URI's scheme/default
| $config | Instance of HTMLPurifier_Config | |
| $context | Instance of HTMLPurifier_Context |
Definiert in Zeile 35 der Datei URI.php.

| toString | ( | ) |
| 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 |
| Copyright © 2003 - 2009 MyOOS [Shopsystem]. All rights reserved. MyOOS [Shopsystem] is Free Software released under the GNU/GPL License. Webmaster: info@r23.de (Impressum) |
|