PHP Класс fewbricks\bricks\demo_buttons_list

Наследование: extends project_brick
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$label This will be the default label showing up in the editor area for the administrator. It can be overridden by passing an item with the key "label" in the array that is the second argument when creating a brick.

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

Метод Описание
set_fields ( ) This is where all the fields for the brick will be set-

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

Метод Описание
get_brick_html ( ) : string

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

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

protected get_brick_html ( ) : string
Результат string

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

This is where all the fields for the brick will be set-
public set_fields ( )

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

$label защищенное свойство

This will be the default label showing up in the editor area for the administrator. It can be overridden by passing an item with the key "label" in the array that is the second argument when creating a brick.
protected $label