X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FOpenID.php;h=1a61aba156032d6f376fec6bf0310a2e264e1f87;hb=744e8f1330b393dbf32fbf487ce1f7456c71f750;hp=fcce8503fbb8e764d42df216d358f189223884b3;hpb=8d557f6ba0ba874b4a8efe1018ec64a94427f34a;p=civicrm-core.git diff --git a/CRM/Core/DAO/OpenID.php b/CRM/Core/DAO/OpenID.php index fcce8503fb..1a61aba156 100644 --- a/CRM/Core/DAO/OpenID.php +++ b/CRM/Core/DAO/OpenID.php @@ -6,13 +6,15 @@ * * Generated from xml/schema/CRM/Core/OpenID.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2afae5cc76cd5df22b314276138fc122) + * (GenCodeChecksum:4d60933113e2b5330dd8194e7ebe6ae4) */ /** * Database access object for the OpenID entity. */ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { + const EXT = 'civicrm'; + const TABLE_ADDED = '2.0'; /** * Static instance to hold the table name. @@ -78,6 +80,13 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { parent::__construct(); } + /** + * Returns localized title of this entity. + */ + public static function getEntityTitle() { + return ts('Open IDs'); + } + /** * Returns foreign keys and entity references. * @@ -112,6 +121,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'entity' => 'OpenID', 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, + 'add' => '2.0', ], 'contact_id' => [ 'name' => 'contact_id', @@ -124,6 +134,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, 'FKClassName' => 'CRM_Contact_DAO_Contact', + 'add' => '2.0', ], 'location_type_id' => [ 'name' => 'location_type_id', @@ -140,6 +151,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'keyColumn' => 'id', 'labelColumn' => 'display_name', ], + 'add' => '2.0', ], 'openid' => [ 'name' => 'openid', @@ -158,6 +170,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'entity' => 'OpenID', 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, + 'add' => '2.0', ], 'allowed_to_login' => [ 'name' => 'allowed_to_login', @@ -171,6 +184,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'entity' => 'OpenID', 'bao' => 'CRM_Core_BAO_OpenID', 'localizable' => 0, + 'add' => '2.0', ], 'is_primary' => [ 'name' => 'is_primary', @@ -186,6 +200,7 @@ class CRM_Core_DAO_OpenID extends CRM_Core_DAO { 'html' => [ 'type' => 'Radio', ], + 'add' => '2.0', ], ]; CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);