PHP 클래스 fewbricks\bricks\BRICK_NAME

상속: 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.

공개 메소드들

메소드 설명
set_fields ( ) Set all the fields for the brick.

보호된 메소드들

메소드 설명
get_brick_html ( ) : string This function will be used in the frontend when displaying the brick.

메소드 상세

get_brick_html() 보호된 메소드

It will be called by the parents class function get_html(). See that function for info on what data you have at your disposal.
protected get_brick_html ( ) : string
리턴 string

set_fields() 공개 메소드

Set all the fields for the brick.
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