[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/pattemplate/patTemplate/Function/ -> Call.php (summary)

patTemplate function that enables you to insert any template, that has been loaded previously into the current template. You may pass any variables to the template.

Author: Stephan Schmidt <schst@php.net>
File Size: 119 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

patTemplate_Function_Call:: (2 methods):
  setTemplateReference()
  call()


Class: patTemplate_Function_Call  - X-Ref

patTemplate function that enables you to insert any
template, that has been loaded previously into the
current template.

You may pass any variables to the template.

$Id: Call.php 10381 2008-06-01 03:35:53Z pasamio $

setTemplateReference( &$tmpl )   X-Ref
set a reference to the patTemplate object that instantiated the reader

param: object        patTemplate object

call( $params, $content )   X-Ref
call the function

param: array    parameters of the function (= attributes of the tag)
param: string    content of the tag
return: string    content to insert into the template



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1