예제 #1
0
파일: Editor.php 프로젝트: webpants/YAWIK
 public function getValue()
 {
     $value = parent::getValue();
     if ($value instanceof OptionValueInterface) {
         $value->init($this);
     }
     return $value;
 }