PHP Class infoweb\cms\Module

Inheritance: extends yii\base\Module
Datei anzeigen Open project: infoweb-internet-solutions/yii2-cms

Public Properties

Property Type Description
$ckEditorOptions array The default configuration of the ckEditor
$controllerNamespace
$imagesSorting string The sorting of images in modules and widgets that use the image behavior
$sessionName string The php session name that is used for setting sessions
$sideBarItems The items that are shown in the sidebar navigation

Public Methods

Method Description
getCKEditorOptions ( )
getCKEditorStylesheets ( )
getSideBarItems ( string $group = '', string $template = '<a href="{url}">{icon}<span class="nav-label">{label}</span></a>' ) : array Returns the items for the sidebar, formatted for usage in the SideNav widget
init ( )
initMoxiemanagerSession ( )

Method Details

getCKEditorOptions() public method

public getCKEditorOptions ( )

getCKEditorStylesheets() public method

getSideBarItems() public method

Returns the items for the sidebar, formatted for usage in the SideNav widget
public getSideBarItems ( string $group = '', string $template = '<a href="{url}">{icon}<span class="nav-label">{label}</span></a>' ) : array
$group string The group that contains the items
$template string The template that is used to render the html of the items
return array

init() public method

public init ( )

initMoxiemanagerSession() public method

Property Details

$ckEditorOptions public_oe property

The default configuration of the ckEditor
public array $ckEditorOptions
return array

$controllerNamespace public_oe property

public $controllerNamespace

$imagesSorting public_oe property

The sorting of images in modules and widgets that use the image behavior
public string $imagesSorting
return string

$sessionName public_oe property

The php session name that is used for setting sessions
public string $sessionName
return string

$sideBarItems public_oe property

The items that are shown in the sidebar navigation
public $sideBarItems