PHP 클래스 HX, atk4

$this->add('H1')->set('Welcome') ->sub('we really mean it!'); Syntactically, subtitle appears inside the

element:

Helloworld

상속: extends HtmlElement
파일 보기 프로젝트 열기: atk4/atk4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$sub Subtitle text
$text Heading text

공개 메소드들

메소드 설명
recursiveRender ( )
set ( $text ) {{{ Inherited Methods
sub ( string $text ) Adds subtitle to your header.

메소드 상세

recursiveRender() 공개 메소드

public recursiveRender ( )

set() 공개 메소드

{{{ Inherited Methods
public set ( $text )

sub() 공개 메소드

Adds subtitle to your header.
public sub ( string $text )
$text string Subheader text

프로퍼티 상세

$sub 공개적으로 프로퍼티

Subtitle text
public $sub

$text 공개적으로 프로퍼티

Heading text
public $text