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

register_object() — Registr un objeto para usar en el template

Descripción

void register_object(string object_name,
                     object object,
                     array allowed_methods_properties,
                     boolean format,
                     array block_methods);

Vea object section para ejemplos.

Vea también get_registered_object(), y unregister_object().