Auxiliar Method : Gets the Map Object for the model
@return PhpBURN_Map
Params
EMPTY
Explanation
This method returns the PhpBURN_Map object from a model, mostly used in _mapping() method into the models ( see Tutorials at PhpBURN site) but can be called anytime for use some PhpBURN_Map methods or infos ( See PhpDOC at Documentation in PhpBURN site )
The usage of this method is:
$model = new Model(); $model->getMap()
[ Related Methods ]
