示例#1
0
文件: section.php 项目: webbab/struts
 public function add_option(Struts_Option $option)
 {
     $this->_options[$option->name()] = $option;
 }