PHP Класс app\blocks\LinkInjectorTestBlock

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

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

Свойство Тип Описание
$cacheEnabled Choose whether a block can be cached trough the caching component. Be carefull with caching container blocks.
$cacheExpiration The cache lifetime for this block in seconds (3600 = 1 hour), only affects when cacheEnabled is true
$isContainer Choose whether block is a layout/container/segmnet/section block or not, Container elements will be optically displayed in a different way for a better user experience. Container block will not display isDirty colorizing.

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

Метод Описание
admin ( ) Available twig variables:
config ( )
icon ( )
injectors ( )
name ( )

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

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

Available twig variables:
public admin ( )

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

public config ( )

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

public icon ( )

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

public injectors ( )

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

public name ( )

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

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

Choose whether a block can be cached trough the caching component. Be carefull with caching container blocks.
public $cacheEnabled

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

The cache lifetime for this block in seconds (3600 = 1 hour), only affects when cacheEnabled is true
public $cacheExpiration

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

Choose whether block is a layout/container/segmnet/section block or not, Container elements will be optically displayed in a different way for a better user experience. Container block will not display isDirty colorizing.
public $isContainer