wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
MapVisitor Class Reference
+ Inheritance diagram for MapVisitor:

Public Member Functions

 getMap ()
 
- Public Member Functions inherited from Visitor
 startIterator (&$iterator)
 
 startArray (&$array)
 
 visit (&$obj)
 
 doPreVisit ()
 
 doPostVisit ()
 

Public Attributes

 $_map = null
 

Detailed Description

The MapVisitor is used to extract data from the visited objects into an associative array. Subclasses define the map structure and content.

wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH

Licensed under the terms of any of the following licenses at your choice:

See the license.txt file distributed with this work for additional information.

Id:
class.MapVisitor.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 28 of file class.MapVisitor.php.

Member Function Documentation

MapVisitor::getMap ( )

Get the map.

Returns
An associative array.

Definition at line 35 of file class.MapVisitor.php.

References $_map.

Member Data Documentation

MapVisitor::$_map = null

Definition at line 30 of file class.MapVisitor.php.

Referenced by getMap().


The documentation for this class was generated from the following file: