PHP 클래스 fewbricks\bricks\project_brick

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

공개 메소드들

메소드 설명
__construct ( string $name = '', string $key = '' )
set_project_fields ( ) This function must exist regardless of if it has a body or not.

보호된 메소드들

메소드 설명
demo_get_headline_html ( $data_key, boolean $value = false ) : string
demo_set_headline_tag ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string $name = '', string $key = '' )
$name string
$key string

demo_get_headline_html() 보호된 메소드

protected demo_get_headline_html ( $data_key, boolean $value = false ) : string
$data_key
$value boolean
리턴 string

demo_set_headline_tag() 보호된 메소드

protected demo_set_headline_tag ( )

set_project_fields() 공개 메소드

Called after set_fields have been called. Use to add any fields that every brick in the project should have.
public set_project_fields ( )