Пример #1
0
 public function get_ui_type()
 {
     return $this->uisetting->get_type();
 }
 public function get_static_value()
 {
     $value = $this->get_value();
     if (!empty($value)) {
         return userdate($value);
     }
     return parent::get_static_value();
 }