示例#1
0
文件: Editor.php 项目: webpants/YAWIK
 public function getValue()
 {
     $value = parent::getValue();
     if ($value instanceof OptionValueInterface) {
         $value->init($this);
     }
     return $value;
 }