Home
last modified time | relevance | path

Searched refs:extrasToIncludeFields (Results 1 – 1 of 1) sorted by relevance

/plugin/bugzillaint/helper/
H A Dbugzillaclient.php41 …$includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras), array('…
178 …$options['include_fields'] = array_merge( $this->includeFields, $this->extrasToIncludeFields($extr…
215 $includeFields = array_merge( $this->includeFields, $this->extrasToIncludeFields($extras) );
246 private function extrasToIncludeFields($extras) { function in helper_plugin_bugzillaint_bugzillaclient