PHP Класс Agora_Factory_Driver, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
__construct ( Horde_Injector $injector ) |
Constructor. |
|
create ( string $scope = 'agora', integer $forum_id ) : Agora_Driver |
Return the Agora_Driver:: instance. |
|
Описание методов
__construct()
публичный Метод
public __construct ( Horde_Injector $injector ) |
$injector |
Horde_Injector |
The injector to use. |
Return the Agora_Driver:: instance.
public create ( string $scope = 'agora', integer $forum_id ) : Agora_Driver |
$scope |
string |
Instance scope |
$forum_id |
integer |
Forum to link to |
Результат |
Agora_Driver |
The singleton instance. |