wCMF
3.6
|
Public Member Functions | |
getMap () | |
Public Member Functions inherited from Visitor | |
startIterator (&$iterator) | |
startArray (&$array) | |
visit (&$obj) | |
doPreVisit () | |
doPostVisit () | |
Public Attributes | |
$_map = null | |
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.
Definition at line 28 of file class.MapVisitor.php.
MapVisitor::getMap | ( | ) |
Get the map.
Definition at line 35 of file class.MapVisitor.php.
References $_map.
MapVisitor::$_map = null |
Definition at line 30 of file class.MapVisitor.php.
Referenced by getMap().