예제 #1
0
파일: section.php 프로젝트: webbab/struts
 public function add_option(Struts_Option $option)
 {
     $this->_options[$option->name()] = $option;
 }