PHP Класс 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_FreeBusy_Factory_Base
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Horde_Injector $injector ) Constructor.
createMapper ( ) : Horde_Route_Mapper Create the mapper.

Защищенные методы

Метод Описание
getControllerPrefix ( ) : string Return the class name prefix for controllers.

Описание методов

__construct() публичный Метод

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

createMapper() публичный Метод

Create the mapper.
public createMapper ( ) : Horde_Route_Mapper
Результат Horde_Route_Mapper The mapper.

getControllerPrefix() защищенный Метод

Return the class name prefix for controllers.
protected getControllerPrefix ( ) : string
Результат string The prefix.