예제 #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();
 }