registerObject example


    public function register_object($object$object_impl$allowed = array()$smarty_args = true, $block_methods = array())
    {
        settype($allowed, 'array');
        settype($smarty_args, 'boolean');
        $this->registerObject($object$object_impl$allowed$smarty_args$block_methods);
    }

    /** * Unregisters object * * @param string $object name of template object */
    public function unregister_object($object)
    {
        $this->unregisterObject($object);
    }

    
Home | Imprint | This part of the site doesn't use cookies.