Contentserv PHP API

CSWidgetLayout
in package

This class describes the root class of CSWidgets layouts.

CSWidgetDefaultLayout

Tags
since
5.2

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

isVisible()

Hide Widget content by calling this function.

public isVisible() : bool
Tags
access

public

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 = ''
Tags
abstract
access

public

Return values
string

        

Search results