Searched refs:elementEmpty (Results 1 – 2 of 2) sorted by relevance
128 $ret .= $this->elementEmpty('input', array('type' => 'submit', 'value' => 'Submit'));267 $ret .= $this->elementEmpty('input', $attr);269 $ret .= $this->elementEmpty('br');376 $ret .= $this->elementEmpty('input', $attr);424 $ret .= $this->elementEmpty('input', $attr);443 $ret .= $this->elementEmpty('input', $attr);
90 protected function elementEmpty($tag, $attr = array()) function in HTMLPurifier_Printer