PHP 클래스 fewbricks\bricks\demo_jumbotron

상속: extends project_brick
파일 보기 프로젝트 열기: folbert/fewbricks

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
get_brick_html ( ) : string | void
set_fields ( ) This is where all the fields for the brick will be set-

메소드 상세

get_brick_html() 공개 메소드

public get_brick_html ( ) : string | void
리턴 string | void

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