示例#1
0
文件: AnchorIf.php 项目: 4app/zuniphp
 public function __construct($if, $href, $name)
 {
     parent::__construct($href, $name);
     $this->_if = $if;
 }