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

element:

Helloworld

상속: extends HtmlElement
예제 #1
0
파일: H2.php 프로젝트: xavocvijay/atkschool
 function init()
 {
     parent::init();
     $this->setElement('H2');
 }
예제 #2
0
파일: H5.php 프로젝트: atk4/atk4
 /**
  * Initialization.
  */
 public function init()
 {
     parent::init();
     $this->setElement('H5');
 }