PHP Class Horde_Core_Block_Layout_View, horde

Copyright 2003-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.
Author: Mike Cochrane ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Core_Block_Layout
Show file Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_applications array All applications used in this layout.
$_layout array The current block layout.

Public Methods

Method Description
__construct ( array $layout, Horde_Url $editUrl, Horde_Url $viewUrl ) Constructor.
getApplications ( ) : array Return a list of all the applications used by blocks in this layout.
getStylesheets ( ) : array
toHtml ( ) : string Render the current layout as HTML.

Method Details

__construct() public method

Constructor.
public __construct ( array $layout, Horde_Url $editUrl, Horde_Url $viewUrl )
$layout array
$editUrl Horde_Url
$viewUrl Horde_Url

getApplications() public method

Return a list of all the applications used by blocks in this layout.
public getApplications ( ) : array
return array List of applications.

getStylesheets() public method

public getStylesheets ( ) : array
return array List of stylesheet information.

toHtml() public method

Render the current layout as HTML.
public toHtml ( ) : string
return string HTML layout.

Property Details

$_applications protected property

All applications used in this layout.
protected array $_applications
return array

$_layout protected property

The current block layout.
protected array $_layout
return array