프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$always_load | This permits a filter to be named Foo without the corresponding %URI.Foo directive existing. | ||
$name | Unique identifier of filter. | ||
$post | True if this filter should be run after scheme validation. |
메소드 | 설명 | |
---|---|---|
filter ( HTMLPurifier_URI &$uri, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | Filter a URI object | |
prepare ( HTMLPurifier_Config $config ) : boolean | Performs initialization for the filter. If the filter returns false, this means that it shouldn't be considered active. |
abstract public filter ( HTMLPurifier_URI &$uri, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) : boolean | ||
$uri | HTMLPurifier_URI | Reference to URI object variable |
$config | HTMLPurifier_Config | |
$context | HTMLPurifier_Context | |
리턴 | boolean | Whether or not to continue processing: false indicates URL is no good, true indicates continue processing. Note that all changes are committed directly on the URI object |
public $always_load |