예제 #1
0
파일: AnchorIf.php 프로젝트: 4app/zuniphp
 public function __construct($if, $href, $name)
 {
     parent::__construct($href, $name);
     $this->_if = $if;
 }