vlibTemplate
Table of Contents
| Up:
6. vlibTemplate
| Previous:
6.4. unsetVar()
| Next:
6.6. getVar()
6.5. getVars()
Function Description
getVars()
getVars() returns an associative array of all variables in vlibTemplate.
Example
$allvars = $tmpl->getVars(); print_r($allvars);