Home
last modified time | relevance | path

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

/plugin/mantisreporter/
H A Dsyntax.php300 foreach($this->getCustomFields() as $customField) {
301 if('prognose' === $customField->field->name) {
309 foreach($this->getCustomFields($projectId) as $customField) {
310 if('prognose' === $customField->field->name) {
311 return $customField->field->id;
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php462 public $customField; variable in Google_CustomFields
464 public function setCustomField(/* array(Google_CustomField) */ $customField) { argument
465 $this->assertIsArray($customField, 'Google_CustomField', __METHOD__);
466 $this->customField = $customField;
469 return $this->customField;