Class Smarty_Internal_Compile_Call

Description

Smarty Internal Plugin Compile Function_Call Class

Located in /libs/sysplugins/smarty_internal_compile_call.php (line 18)

Smarty_Internal_CompileBase
   |
   --Smarty_Internal_Compile_Call
Variable Summary
Method Summary
string compile (array $args, object $compiler, array $parameter)
Variables
array $optional_attributes = array('_any') (line 40)

Attribute definition: Overwrites base class.


Redefinition of:
Smarty_Internal_CompileBase::$optional_attributes
Array of names of optional attribute required by tag use array('_any') if there is no restriction of attributes names
array $required_attributes = array('name') (line 26)

Attribute definition: Overwrites base class.


Redefinition of:
Smarty_Internal_CompileBase::$required_attributes
Array of names of required attribute required by tag
array $shorttag_order = array('name') (line 33)

Attribute definition: Overwrites base class.


Redefinition of:
Smarty_Internal_CompileBase::$shorttag_order
Shorttag attribute order defined by its names

Inherited Variables

Inherited from Smarty_Internal_CompileBase

Smarty_Internal_CompileBase::$option_flags
Methods
compile (line 50)

Compiles the calls of user defined tags defined by {function}

  • return: compiled code
  • access: public
string compile (array $args, object $compiler, array $parameter)
  • array $args: array with attributes from parser
  • object $compiler: compiler object
  • array $parameter: array with compilation parameter

Inherited Methods

Inherited From Smarty_Internal_CompileBase

Smarty_Internal_CompileBase::closeTag()
Smarty_Internal_CompileBase::getAttributes()
Smarty_Internal_CompileBase::openTag()

Documentation generated on Sat, 24 Sep 2011 20:23:40 +0200 by phpDocumentor 1.4.1