Project: Smarty: the PHP compiling template engine File: smarty_internal_wrapper.php SVN: $Id: smarty_internal_wrapper.php 2755 2012-07-25 20:10:28Z xmurrix $

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

For questions, help, comments, discussion, etc., please join the Smarty mailing list. Send a blank e-mail to smarty-discussion-subscribe@googlegroups.com

link http://www.smarty.net/
copyright 2008 New Digital Group, Inc.
author Monte Ohrt <monte at ohrt dot com>
author Uwe Tews
package Smarty
subpackage PluginsInternal
version 3-SVN$Rev: 3286 $

 Methods

__construct()

__construct($smarty) 

Parameters

$smarty

Converts smarty2-style function call to smarty 3-style function call This is expensive, be sure to port your code to Smarty 3!

convert(string $name, array $args) 

Parameters

$name

string

Smarty 2 function name

$args

array

Smarty 2 function args

trigger Smarty error

trigger_error(string $error_msg, integer $error_type) 

Parameters

$error_msg

string

$error_type

integer

 Properties

 

$smarty