API17

API17:JForm::load

From Joomla! Documentation

Joomla 11.1 JForm::load

Description

Method to load the form description from an XML string or object.


public function load (
        $data
        $replace=true
        $xpath=false
)
Parameter Type Default Description
$data
$replace true
$xpath false
  • Returns
  • Defined on line 587 of libraries/joomla/form/form.php

See also


User contributed notes

Code Examples