PHP 클래스 skeeks\cms\components\CmsToolbar

상속: extends skeeks\cms\base\Component, implements yii\base\BootstrapInterface
파일 보기 프로젝트 열기: skeeks-cms/cms

공개 프로퍼티들

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