|
HTMLPurifier 4.4.0
|
Public Member Functions | |
| prepare ($config) | |
| Performs initialization for the filter. | |
| filter (&$uri, $config, $context) | |
| Filter a URI object. | |
| prepare ($config) | |
| Performs initialization for the filter. | |
| filter (&$uri, $config, $context) | |
| Filter a URI object. | |
Public Attributes | |
| $name = 'MakeAbsolute' | |
| Unique identifier of filter. | |
Protected Attributes | |
| $base | |
| $basePathStack = array() | |
Private Member Functions | |
| _collapseStack ($stack) | |
| Resolve dots and double-dots in a path stack. | |
| _collapseStack ($stack) | |
| Resolve dots and double-dots in a path stack. | |
Definition at line 5 of file MakeAbsolute.php.
| HTMLPurifier_URIFilter_MakeAbsolute::_collapseStack | ( | $ | stack | ) | [private] |
Resolve dots and double-dots in a path stack.
Definition at line 78 of file MakeAbsolute.php.
| HTMLPurifier_URIFilter_MakeAbsolute::_collapseStack | ( | $ | stack | ) | [private] |
Resolve dots and double-dots in a path stack.
Definition at line 16996 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIFilter_MakeAbsolute::filter | ( | &$ | uri, |
| $ | config, | ||
| $ | context | ||
| ) |
Filter a URI object.
| $uri | Reference to URI object variable |
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 16942 of file HTMLPurifier.standalone.php.
References $config, and _collapseStack().
| HTMLPurifier_URIFilter_MakeAbsolute::filter | ( | &$ | uri, |
| $ | config, | ||
| $ | context | ||
| ) |
Filter a URI object.
| $uri | Reference to URI object variable |
| $config | Instance of HTMLPurifier_Config |
| $context | Instance of HTMLPurifier_Context |
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 24 of file MakeAbsolute.php.
References $config, and _collapseStack().
| HTMLPurifier_URIFilter_MakeAbsolute::prepare | ( | $ | config | ) |
Performs initialization for the filter.
If the filter returns false, this means that it shouldn't be considered active.
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 16928 of file HTMLPurifier.standalone.php.
References $config, $def, and _collapseStack().
| HTMLPurifier_URIFilter_MakeAbsolute::prepare | ( | $ | config | ) |
Performs initialization for the filter.
If the filter returns false, this means that it shouldn't be considered active.
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 10 of file MakeAbsolute.php.
References $config, $def, and _collapseStack().
HTMLPurifier_URIFilter_MakeAbsolute::$base [protected] |
Definition at line 8 of file MakeAbsolute.php.
HTMLPurifier_URIFilter_MakeAbsolute::$basePathStack = array() [protected] |
Definition at line 9 of file MakeAbsolute.php.
| HTMLPurifier_URIFilter_MakeAbsolute::$name = 'MakeAbsolute' |
Unique identifier of filter.
Reimplemented from HTMLPurifier_URIFilter.
Definition at line 7 of file MakeAbsolute.php.