PHP Класс skeeks\cms\components\CmsToolbar

Наследование: extends skeeks\cms\base\Component, implements yii\base\BootstrapInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$allowedIPs the list of IPs that are allowed to access this module. Each array element represents a single IP filter which can be either an IP address or an address with wildcard (e.g. 192.168.0.*) to represent a network segment. The default value is ['127.0.0.1', '::1'], which means the module can only be accessed by localhost.
$editUrl string
$editViewFiles
$editWidgets
$enableFancyboxWindow
$enabled
$infoblockEditBorderColor
$infoblocks
$inited
$isOpen
$viewFiles

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

Метод Описание
attributeHints ( )
attributeLabels ( )
bootstrap ( $app )
descriptorConfig ( ) : array Можно задать название и описание компонента
init ( )
initEnabled ( ) Установка проверок один раз.
renderConfigForm ( ActiveForm $form )
renderToolbar ( Event $event ) Renders mini-toolbar at the end of page body.
rules ( )

Защищенные методы

Метод Описание
checkAccess ( ) : boolean Checks if current user is allowed to access the module

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

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

public attributeHints ( )

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

public attributeLabels ( )

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

public bootstrap ( $app )

checkAccess() защищенный Метод

Checks if current user is allowed to access the module
protected checkAccess ( ) : boolean
Результат boolean if access is granted

descriptorConfig() публичный статический Метод

Можно задать название и описание компонента
public static descriptorConfig ( ) : array
Результат array

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

public init ( )

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

Эти проверки могут быть запущены при отрисовке первого виджета.
public initEnabled ( )

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

public renderConfigForm ( ActiveForm $form )
$form yii\widgets\ActiveForm

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

Renders mini-toolbar at the end of page body.
public renderToolbar ( Event $event )
$event yii\base\Event

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

public rules ( )

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

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

the list of IPs that are allowed to access this module. Each array element represents a single IP filter which can be either an IP address or an address with wildcard (e.g. 192.168.0.*) to represent a network segment. The default value is ['127.0.0.1', '::1'], which means the module can only be accessed by localhost.
public $allowedIPs

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

public string $editUrl
Результат string

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

public $editViewFiles

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

public $editWidgets

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

public $enableFancyboxWindow

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

public $enabled

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

public $infoblockEditBorderColor

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

public $infoblocks

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

public $inited

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

public $isOpen

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

public $viewFiles