Searched refs:excludedAttributes (Results 1 – 2 of 2) sorted by relevance
/template/strap/ComboStrap/Xml/ |
D | XmlSystems.php | 132 * @param string[]|null $excludedAttributes - the value of this attributes will not be checked 134 …function diffNode(DOMNode $leftNode, DOMNode $rightNode, &$error, array $excludedAttributes = null) argument 137 if ($excludedAttributes === null) { 138 $excludedAttributes = []; 171 if (!in_array($leftAttName, $excludedAttributes)) { 182 if (in_array($leftAttName, $excludedAttributes)) { 237 if (!in_array($rightAttName, $excludedAttributes)) { 297 … self::diffNode($leftChildNode, $rightChildNode, $error, $excludedAttributes);
|
D | XhtmlUtility.php | 29 * @param null $excludedAttributes 34 …c function diffMarkup(string $left, string $right, $xhtml = true, $excludedAttributes = null): str… argument 54 $excludedAttributes
|