Public Member Functions | |
| __construct () | |
| registerFilter ($filter) | |
| addFilter ($filter, $config) | |
| filter (&$uri, $config, $context) | |
| postFilter (&$uri, $config, $context) | |
| __construct () | |
| registerFilter ($filter) | |
| addFilter ($filter, $config) | |
| filter (&$uri, $config, $context) | |
| postFilter (&$uri, $config, $context) | |
Public Attributes | |
| $type = 'URI' | |
| $base | |
| HTMLPurifier_URI object of the base specified at URI.Base. | |
| $host | |
| String host to consider "home" base, derived off of $base. | |
| $defaultScheme | |
| Name of default scheme based on URI.DefaultScheme and URI.Base. | |
Protected Member Functions | |
| doSetup ($config) | |
| setupFilters ($config) | |
| setupMemberVariables ($config) | |
| doSetup ($config) | |
| setupFilters ($config) | |
| setupMemberVariables ($config) | |
Protected Attributes | |
| $filters = array() | |
| $postFilters = array() | |
| $registeredFilters = array() | |
Definition at line 3 of file URIDefinition.php.
| HTMLPurifier_URIDefinition::__construct | ( | ) |
| HTMLPurifier_URIDefinition::__construct | ( | ) |
Definition at line 6262 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::registerFilter | ( | $ | filter | ) |
| HTMLPurifier_URIDefinition::addFilter | ( | $ | filter, | |
| $ | config | |||
| ) |
| HTMLPurifier_URIDefinition::doSetup | ( | $ | config | ) | [protected] |
Definition at line 48 of file URIDefinition.php.
References setupFilters(), and setupMemberVariables().
| HTMLPurifier_URIDefinition::setupFilters | ( | $ | config | ) | [protected] |
| HTMLPurifier_URIDefinition::setupMemberVariables | ( | $ | config | ) | [protected] |
| HTMLPurifier_URIDefinition::filter | ( | &$ | uri, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 75 of file URIDefinition.php.
| HTMLPurifier_URIDefinition::postFilter | ( | &$ | uri, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 83 of file URIDefinition.php.
| HTMLPurifier_URIDefinition::registerFilter | ( | $ | filter | ) |
Definition at line 6270 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::addFilter | ( | $ | filter, | |
| $ | config | |||
| ) |
Definition at line 6274 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::doSetup | ( | $ | config | ) | [protected] |
Definition at line 6284 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::setupFilters | ( | $ | config | ) | [protected] |
Definition at line 6289 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::setupMemberVariables | ( | $ | config | ) | [protected] |
Definition at line 6299 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::filter | ( | &$ | uri, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 6311 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::postFilter | ( | &$ | uri, | |
| $ | config, | |||
| $ | context | |||
| ) |
Definition at line 6319 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIDefinition::$type = 'URI' |
Definition at line 6 of file URIDefinition.php.
HTMLPurifier_URIDefinition::$filters = array() [protected] |
Definition at line 7 of file URIDefinition.php.
HTMLPurifier_URIDefinition::$postFilters = array() [protected] |
Definition at line 8 of file URIDefinition.php.
HTMLPurifier_URIDefinition::$registeredFilters = array() [protected] |
Definition at line 9 of file URIDefinition.php.
| HTMLPurifier_URIDefinition::$base |
HTMLPurifier_URI object of the base specified at URI.Base.
Definition at line 14 of file URIDefinition.php.
| HTMLPurifier_URIDefinition::$host |
String host to consider "home" base, derived off of $base.
Definition at line 19 of file URIDefinition.php.
| HTMLPurifier_URIDefinition::$defaultScheme |
Name of default scheme based on URI.DefaultScheme and URI.Base.
Definition at line 24 of file URIDefinition.php.
1.5.3