示例#1
0
 /**
  * Changes this field to the readonly field.
  */
 public function performReadonlyTransformation()
 {
     $copy = parent::performReadonlyTransformation();
     $copy->setKeyField($this->keyField);
     $copy->setLabelField($this->labelField);
     $copy->setSourceObject($this->sourceObject);
     return $copy;
 }