예제 #1
0
파일: zenForm.php 프로젝트: alexqwert/kanon
 public function setValue($value)
 {
     $property = $this->getProperty();
     if ($property !== null && is_object($property)) {
         $property->setValue($value);
     } else {
         parent::setValue($value);
     }
     $this->onChange();
 }