示例#1
0
文件: Section.php 项目: podphp/ini
 public function __construct($name, $raw = null)
 {
     parent::__construct($raw);
     $this->name = $name;
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
 }