コード例 #1
0
ファイル: AnchorIf.php プロジェクト: 4app/zuniphp
 public function __construct($if, $href, $name)
 {
     parent::__construct($href, $name);
     $this->_if = $if;
 }