프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$minimized | Has no meaning in other contexts. | ||
$required | Has no meaning in other contexts |
메소드 | 설명 | |
---|---|---|
make ( string $string ) : HTMLPurifier_AttrDef | Factory method for creating this class from a string. | |
parseCDATA ( $string ) | Convenience method that parses a string as if it were CDATA. | |
validate ( string $string, HTMLPurifier_Config $config, HTMLPurifier_Context $context ) | Validates and cleans passed string according to a definition. |
메소드 | 설명 | |
---|---|---|
expandCSSEscape ( $string ) | Parses a possibly escaped CSS string and returns the "pure" version of it. | |
mungeRgb ( string $string ) : string | Removes spaces from rgb(0, 0, 0) so that shorthand CSS properties work properly. THIS IS A HACK! |
protected expandCSSEscape ( $string ) |
public parseCDATA ( $string ) |