예제 #1
0
파일: DynHtml.php 프로젝트: cseufert/hamle
 function __construct($tag, $class, $param, $id, $ref)
 {
     parent::__construct($tag, $class, $param, $id);
     $this->source[] = $ref;
     $this->baseType = $tag;
     self::$var++;
     $this->varname = "\$dynhtml" . self::$var;
 }