PHP 클래스 infoweb\cms\Module

상속: extends yii\base\Module
파일 보기 프로젝트 열기: infoweb-internet-solutions/yii2-cms

공개 프로퍼티들

프로퍼티 타입 설명
$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