コード例 #1
0
ファイル: AbstractComponent.php プロジェクト: spinit/osy
 public function __construct($tag, $id = null)
 {
     parent::__construct($tag, $id);
 }