Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1090 var $_form_radios; variable in FPDF
1267 if (isset($this->_form_radios[$group_name])) {
1268 $field =& $this->_form_radios[$group_name];
1278 $this->_form_radios[$group_name] =& $field;
1624 $this->_form_radios = array();
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1001 var $_form_radios; variable in FPDF
1178 if (isset($this->_form_radios[$group_name])) {
1179 $field =& $this->_form_radios[$group_name];
1189 $this->_form_radios[$group_name] =& $field;
1528 $this->_form_radios = array();