PHP Class Horde_Kolab_FreeBusy_Freebusy_Factory_Base, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Kolab_FreeBusy_Factory_Base
Mostrar archivo Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( Horde_Injector $injector ) Constructor.
createMapper ( ) : Horde_Route_Mapper Create the mapper.

Protected Methods

Method Description
getControllerPrefix ( ) : string Return the class name prefix for controllers.

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Injector $injector )
$injector Horde_Injector The injector providing required dependencies.

createMapper() public method

Create the mapper.
public createMapper ( ) : Horde_Route_Mapper
return Horde_Route_Mapper The mapper.

getControllerPrefix() protected method

Return the class name prefix for controllers.
protected getControllerPrefix ( ) : string
return string The prefix.