$_mapper
$_mapper : \Horde_Routes_Mapper
The routes mapper.
Generates the match dictionary for the incoming request.
Copyright 2011-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
$_mapper : \Horde_Routes_Mapper
The routes mapper.
__construct(\Horde_Routes_Mapper $mapper, Object $request)
Constructor
\Horde_Routes_Mapper | $mapper | The mapper |
Object | $request | A request object that implements a ::getPath() method similar to Horde_Controller_Request:: |