Class MappingManager

Description

class to create Phrame Mapping arrays

  • author: Jason E. Sweat
  • version: $Id: Object.php,v 1.2.16.1 2011/10/04 11:19:40 afelixf Exp $
  • since: 2003-01-13

Located in /phrame/MappingManager.php (line 8)

Object
   |
   --MappingManager
Direct descendents
Class Description
Mapeador particular de CIT
gvHidraMaps Mapeado de las acciones genéricas de CIT
Variable Summary
array $_aaMap
array $_aaOptions
Method Summary
void MappingManager ()
array GetMappings ()
array GetOptions ()
void secureFW ()
boolean _AddForward ( $psMapIdent,  $psFwdIdent, [ $psPath = '_DEFAULT_'], [ $piRedir = 0])
boolean _AddMapping ( $psIdent,  $psType, [ $psInput = ''])
void _MergeMappings ( $mappings)
void _SetOptions ([ $psDefaultAction = 'ShowView'], [ $psErrorHandler = 'handle_error'], [ $piCache = 0], [ $piErrorReporting = -1])
Variables
array $_aaMap = array(
_ACTION_FORMS => array(),_ACTION_MAPPINGS=>array())
(line 13)
array $_aaOptions = array() (line 21)
Methods
Constructor MappingManager (line 29)

constructor

void MappingManager ()
GetMappings (line 139)

retrieve mappings

array GetMappings ()
GetOptions (line 149)

retrieve option

array GetOptions ()
secureFW (line 154)
  • access: public
void secureFW ()
_AddForward (line 67)

add a forward to an existing mapping

"protected" function to be used by the constructor function of a derived class

  • return: sucess
boolean _AddForward ( $psMapIdent,  $psFwdIdent, [ $psPath = '_DEFAULT_'], [ $piRedir = 0])
  • $psMapIdent
  • $psFwdIdent
  • $psPath
  • $piRedir
_AddMapping (line 41)

add a map to the mapping

"protected" function to be used by the constructor function of a derived class

  • return: sucess
boolean _AddMapping ( $psIdent,  $psType, [ $psInput = ''])
  • $psIdent
  • $psType
  • $psInput
_MergeMappings (line 129)
void _MergeMappings ( $mappings)
  • $mappings
_SetOptions (line 107)
void _SetOptions ([ $psDefaultAction = 'ShowView'], [ $psErrorHandler = 'handle_error'], [ $piCache = 0], [ $piErrorReporting = -1])
  • $psDefaultAction
  • $psErrorHandler
  • $piCache
  • $piErrorReporting

Inherited Methods

Inherited From Object

Object::equals()
Object::toString()

Documentation generated on Wed, 05 Oct 2011 10:36:41 +0200 by phpDocumentor 1.4.1