API17

API17:JRegistry::loadObject

From Joomla! Documentation

Joomla 11.1 JRegistry::loadObject

Description

Load the public variables of the object into the default namespace.


public function loadObject (
        $object
)
Parameter Type Default Description
$object object The object holding the publics to load
string NamespacetoloadtheINIstringinto[optional]
  • Returns boolean True on success
  • Defined on line 203 of libraries/joomla/registry/registry.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples