Example #1
0
 function performReadonlyTransformation()
 {
     $field = new DatetimeField_Readonly($this->name, $this->title, $this->dataValue());
     $field->setForm($this->form);
     return $field;
 }