コード例 #1
0
ファイル: Config.class.php プロジェクト: pthreat/apf-dev
 public function getName()
 {
     return parent::getName();
 }
コード例 #2
0
ファイル: Container.class.php プロジェクト: pthreat/apf-dev
 public function addSection(Section $section)
 {
     $this->sections[$section->getName()] = $section;
     return $this->sections[$section->getName()];
 }