示例#1
0
 protected function getDisabledString()
 {
     if ($this->field->isReadOnly()) {
         return "disabled";
     } else {
         return "";
     }
 }