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; } /** * As DatalessFields are not initialized with an ID/name, * we keep the title for a unique reference. */ function Name() { return $this->title; } } ?>