Name

register_object() — register an object for use in the templates

Description

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

See the objects section for more information.

See also get_registered_object(), and unregister_object().