[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/pattemplate/patTemplate/ -> Module.php (summary)

patTemplate Module base class $Id: Module.php 10381 2008-06-01 03:35:53Z pasamio $

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

Defines 1 class

patTemplate_Module:: (3 methods):
  getName()
  setParams()
  getParam()


Class: patTemplate_Module  - X-Ref

patTemplate Module base class

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

The patTemplate_Module is the base class for all patTemplate
modules like readers, dumpers, filters, etc.

getName()   X-Ref
get the name of the module

return: string    name of the module

setParams( $params, $clear = false )   X-Ref
sets parameters of the module

param: array    assoc array containing parameters
param: boolean    flag to indicate, whether previously set parameters should be cleared

getParam( $name )   X-Ref
gets a parameter of the module

param: string    name of the parameter
return: mixed    value of the parameter



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