Documentation

Horde_Core_Factory_PermsCore extends Horde_Core_Factory_Injector
in package

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.

Tags
author

Jan Schneider jan@horde.org

category

Horde

Table of Contents

Properties

$_injector  : Horde_Injector
The injector.

Methods

__construct()  : mixed
Constructor.
create()  : Horde_Perms_Core
Attempts to return a concrete instance based on $driver.
_getDriverName()  : string
Return the classname of the driver to load.

Properties

$_injector

The injector.

protected Horde_Injector $_injector

Methods

__construct()

Constructor.

public __construct(Horde_Injector $injector) : mixed
Parameters
$injector : Horde_Injector

The injector to use.

create()

Attempts to return a concrete instance based on $driver.

public create(Horde_Injector $injector) : Horde_Perms_Core
Parameters
$injector : Horde_Injector
Tags
throws
Horde_Perms_Exception
Return values
Horde_Perms_Core

The newly created concrete instance.

_getDriverName()

Return the classname of the driver to load.

protected _getDriverName(string $driver, string $base) : string
Parameters
$driver : string

Driver name.

$base : string

The base classname.

Tags
throws
Horde_Exception
Return values
string

Classname.


        
On this page

Search results