PHP Class Horde_Core_Factory_BlockCollection, horde

Copyright 2011-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_Core_Factory_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
create ( array $apps = [], string $layout = 'portal_layout' ) : Horde_Core_Block_Collection Return the Block_Collection instance.

Method Details

create() public method

Return the Block_Collection instance.
public create ( array $apps = [], string $layout = 'portal_layout' ) : Horde_Core_Block_Collection
$apps array The applications whose blocks to list.
$layout string The preference name for the layout configuration.
return Horde_Core_Block_Collection The singleton instance.