Home
last modified time | relevance | path

Searched refs:transformAttrToAssoc (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDOMLex.php222 $attr = $node->hasAttributes() ? $this->transformAttrToAssoc($node->attributes) : array();
257 protected function transformAttrToAssoc($node_map) function in HTMLPurifier_Lexer_DOMLex