CSWidgetLayout
in package
This class describes the root class of CSWidgets layouts.
Tags
Table of Contents
- __construct() : CSWidgetLayout
- Constructer
- isVisible() : bool
- Hide Widget content by calling this function.
- makeHtml() : string
- Stub methode for HTML output creation of layout.
Methods
__construct()
Constructer
public
__construct() : CSWidgetLayout
Calls init function.
Tags
Return values
CSWidgetLayout —isVisible()
Hide Widget content by calling this function.
public
isVisible() : bool
Tags
Return values
bool —makeHtml()
Stub methode for HTML output creation of layout.
public
abstract makeHtml([string $navigationID = '' ][, string $subRequestID = '' ]) : string
Parameters
- $navigationID : string = ''
- $subRequestID : string = ''
