예제 #1
0
 public function setVal($val)
 {
     if ($this->getVal() == null) {
         parent::setVal($val);
     }
 }