public functiondisplaysExposed() {
// If an attachment is set to inherit the exposed filter settings from its// parent display, then don't render and display a second set of exposed// filter widgets.return$this->options['inherit_exposed_filters'] ? FALSE : TRUE;
}