This commit is contained in:
Paulis
2019-08-02 15:57:22 -04:00
parent 279e251a62
commit d3e632a4db
22 changed files with 58 additions and 55 deletions

View File

@@ -21,9 +21,10 @@ class XmlFormFieldToolBar extends XmlFormField
* @param string $lang
* @param string $home
* @param string $owner
*
* @return void
*/
public function XmlFormFieldToolBar($xmlNode, $lang = 'en', $home = '', $owner = ' ')
public function __construct($xmlNode, $lang = 'en', $home = '', $owner = ' ')
{
parent::__construct($xmlNode, $lang, $home, $owner);
$this->home = $home;