PHP Class fewbricks\bricks\demo_buttons_list

Inheritance: extends project_brick
Afficher le fichier Open project: folbert/fewbricks

Protected Properties

Свойство Type Description
$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.

Méthodes publiques

Méthode Description
set_fields ( ) This is where all the fields for the brick will be set-

Méthodes protégées

Méthode Description
get_brick_html ( ) : string

Method Details

get_brick_html() protected méthode

protected get_brick_html ( ) : string
Résultat string

set_fields() public méthode

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

Property Details

$label protected_oe property

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