PHP 클래스 app\blocks\LinkInjectorTestBlock

상속: extends luya\cms\base\PhpBlock
파일 보기 프로젝트 열기: luyadev/luya

공개 프로퍼티들

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