Example #1
0
 public function getValue()
 {
     $value = parent::getValue();
     /* if ($value!==''){
        if (!is_file($this->getPath().$value)){
        $value = '';
        }
        } */
     return $value;
 }