projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1b92ea
)
(NFC) FieldSpec - Docblock for $type
author
Tim Otten
<totten@civicrm.org>
Fri, 16 Jul 2021 06:36:13 +0000
(23:36 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 16 Jul 2021 06:38:24 +0000
(23:38 -0700)
Civi/Api4/Service/Spec/FieldSpec.php
patch
|
blob
|
blame
|
history
diff --git
a/Civi/Api4/Service/Spec/FieldSpec.php
b/Civi/Api4/Service/Spec/FieldSpec.php
index f971b16de81221b397337ffbaa1256678079ad0b..f8f54248869f4df068cc1f84a32a7efc73aa2d72 100644
(file)
--- a/
Civi/Api4/Service/Spec/FieldSpec.php
+++ b/
Civi/Api4/Service/Spec/FieldSpec.php
@@
-45,6
+45,11
@@
class FieldSpec {
public $defaultValue;
/**
+ * Meta-type indicating how this field was defined/implemented.
+ *
+ * Ex: 'Field' (normal/standard DB field), 'Custom' (auxiliary DB field),
+ * 'Filter' (read-oriented filter option), 'Extra' (special/programmatic field).
+ *
* @var string
*/
public $type = 'Extra';