Свойство | Type | Description | |
---|---|---|---|
$_allowedAttributes | array | array of allowed attributes | |
$_allowedTags | array | array of allowed tags | |
$_forbiddenValues | array | array of forbidden values |
Méthode | Description | |
---|---|---|
sanitize ( string $html = null, boolean $filter = true ) : string | sanitize the html |
Méthode | Description | |
---|---|---|
_cleanDocument ( DOMDocument $doc ) : DOMDocument | clean the document | |
_createDocument ( string $html = null ) : DOMDocument | create the document | |
_stripAttributes ( object $node = null ) : object | strip the attributes | |
_stripTags ( object $node = null ) : object | strip the tags | |
_stripValues ( object $node = null ) : object | strip the values |
protected _cleanDocument ( DOMDocument $doc ) : DOMDocument | ||
$doc | DOMDocument | target document |
Résultat | DOMDocument |
protected _createDocument ( string $html = null ) : DOMDocument | ||
$html | string | target html |
Résultat | DOMDocument |
protected _stripAttributes ( object $node = null ) : object | ||
$node | object | target node |
Résultat | object |
protected _stripTags ( object $node = null ) : object | ||
$node | object | target node |
Résultat | object |
protected _stripValues ( object $node = null ) : object | ||
$node | object | target node |
Résultat | object |
protected array $_allowedAttributes | ||
Résultat | array |
protected array $_allowedTags | ||
Résultat | array |
protected array $_forbiddenValues | ||
Résultat | array |