protected function newConduitParameterType() { $default = parent::newConduitParameterType(); if ($default) { return $default; } if ($this->getIsSingleValue()) { return new ConduitPHIDParameterType(); } else { return new ConduitPHIDListParameterType(); } }
public function getMetadata() { $field = $this->getCustomField(); return parent::getMetadata() + $field->getApplicationTransactionMetadata(); }