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.
ファイルを表示
Open project: horde/horde
Class Usage Examples
Protected Properties
Public Methods
Method Details
__construct()
public method
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.
getStylesheets()
public method
Render the current layout as HTML.
Property Details
$_applications protected_oe property
All applications used in this layout.
protected array $_applications |
return |
array |
|
$_layout protected_oe property
The current block layout.
protected array $_layout |
return |
array |
|