Esempio n. 1
0
 /**
  * @param $object_name
  * @param $object_impl
  * @param array $allowed
  * @param bool $smarty_args
  * @param array $block_methods
  * @return \Smarty_Internal_TemplateBase
  */
 public function registerObject($object_name, $object_impl, $allowed = array(), $smarty_args = true, $block_methods = array())
 {
     return $this->smarty->registerObject($object_name, $object_impl, $allowed, $smarty_args, $block_methods);
 }