H A D | xmlseclibs.php | 1140 public function insertSignature($node, $beforeNode = null) { argument 1145 if($beforeNode == null) { 1148 return $node->insertBefore($signatureElement, $beforeNode); 1153 $beforeNode = $insertBefore ? $parentNode->firstChild : null; 1154 return $this->insertSignature($parentNode, $beforeNode);
|