예제 #1
0
 public function __construct($node, $id = null)
 {
     parent::__construct($node);
     if ($id != null) {
         $this->setId($id);
     }
 }
예제 #2
0
파일: Span.php 프로젝트: famoser/php-frame
 public function __construct($text)
 {
     parent::__construct("span", $text);
 }