Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

getRegisteredObject() — returns a reference to a registered object

Description

array getRegisteredObject(string object_name);

This is useful from within a custom function when you need direct access to a registered object. See the objects page for more info.

Example 14.28. getRegisteredObject()


<?php
function smarty_block_foo($params, $smarty)
{
  if (isset($params['object'])) {
    // get reference to registered object
    $obj_ref = $smarty->getRegisteredObject($params['object']);
    // use $obj_ref is now a reference to the object
  }
}
?>

   

See also registerObject(), unregisterObject() and objects page

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors