Field(); } /** * Returns the field's representation in a field group. * For dataless fields, this defaults to $Field. */ function SmallFieldHolder() { return $this->Field(); } /** * Returns a readonly version of this field */ function performReadonlyTransformation() { return $this; } } ?>