コード例 #1
0
 public function getValue($id)
 {
     return parent::getValue($id);
 }
コード例 #2
0
 public function getValue($id)
 {
     return strtoupper(parent::getValue($id));
 }