w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



Smarty Manual

This manual is provided as a courtesy. It is not an official source. Please check smarty.php.net for updated information.

Smarty Manual

Smarty Manual

get_registered_object()

get_registered_object() -- returns a reference to a registered object

Description

array get_registered_object ( string object_name)

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

Example 13-1. get_registered_object()

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

See also register_object(), unregister_object() and objects section

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved