Merge pull request #17706 from demeritcowboy/mysql-ssl-alt
[civicrm-core.git] / Civi / Api4 / Entity.php
index cdb0ef6f7a89c1b868d7f9cc58ffacd5640f5aa5..49f39859ecc6b090f4326dc14a5f784aa9b5e9bd 100644 (file)
@@ -52,6 +52,11 @@ class Entity extends Generic\AbstractEntity {
           'name' => 'title',
           'description' => 'Localized title',
         ],
+        [
+          'name' => 'type',
+          'description' => 'Base class for this entity',
+          'options' => ['DAOEntity' => 'DAOEntity', 'BasicEntity' => 'BasicEntity', 'BridgeEntity' => 'BridgeEntity', 'AbstractEntity' => 'AbstractEntity'],
+        ],
         [
           'name' => 'description',
           'description' => 'Description from docblock',