Documentation

Horde_Core_Factory_BlockCollection extends Horde_Core_Factory_Base
in package

A Horde_Injector:: based factory for creating Horde_Core_Block_Collection objects.

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
category

Horde

author

Michael Slusarz slusarz@horde.org

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

Properties

$_injector  : Horde_Injector
The injector.
$_instances  : array<string|int, mixed>
Instances.

Methods

__construct()  : mixed
Constructor.
create()  : Horde_Core_Block_Collection
Return the Block_Collection instance.
_getDriverName()  : string
Return the classname of the driver to load.

Properties

$_injector

The injector.

protected Horde_Injector $_injector

$_instances

Instances.

private array<string|int, mixed> $_instances = array()

Methods

__construct()

Constructor.

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

The injector to use.

create()

Return the Block_Collection instance.

public create([array<string|int, mixed> $apps = array() ][, string $layout = 'portal_layout' ]) : Horde_Core_Block_Collection
Parameters
$apps : array<string|int, mixed> = array()

The applications whose blocks to list.

$layout : string = 'portal_layout'

The preference name for the layout configuration.

Tags
throws
Horde_Exception
Return values
Horde_Core_Block_Collection

The singleton 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