Skip to content

Smarty_Internal_Method_RegisterObject

Smarty Method RegisterObject

Smarty::registerObject() method

  • Full name: \Smarty_Internal_Method_RegisterObject

Properties

objMap

Valid for Smarty and template object

public int $objMap

Methods

registerObject

Registers object to be used in templates

public registerObject(\Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj, string $object_name, object $object, array $allowed_methods_properties = array(), bool $format = true, array $block_methods = array()): \Smarty|\Smarty_Internal_Template

Parameters:

Parameter Type Description
$obj \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty
$object_name string
$object object the
referenced
PHP
object
to
register
$allowed_methods_properties array list of
allowed
methods
(empty
= all)
$format bool smarty
argument
format,
else
traditional
$block_methods array list of
block-methods

Throws:

See Also:

  • https://www.smarty.net/docs/en/api.register.object.tpl -


Automatically generated on 2025-03-18