PHP Класс infoweb\cms\Module

Наследование: extends yii\base\Module
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
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 ( )

Описание методов

getCKEditorOptions() публичный Метод

public getCKEditorOptions ( )

getCKEditorStylesheets() публичный Метод

getSideBarItems() публичный Метод

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
Результат array

init() публичный Метод

public init ( )

initMoxiemanagerSession() публичный Метод

Описание свойств

$ckEditorOptions публичное свойство

The default configuration of the ckEditor
public array $ckEditorOptions
Результат array

$controllerNamespace публичное свойство

public $controllerNamespace

$imagesSorting публичное свойство

The sorting of images in modules and widgets that use the image behavior
public string $imagesSorting
Результат string

$sessionName публичное свойство

The php session name that is used for setting sessions
public string $sessionName
Результат string

$sideBarItems публичное свойство

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