X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FActionMapping.php;h=232b5eeb5d789dcd50497bc7520388ad4a0246ae;hb=aa57f87a534f5796bcc2334b9aef86b075e7978c;hp=a337d7dc50cdbc19d6034d6b268cda3387d60dc0;hpb=e7d0663ed7878cf6cbef68ebacbc95e295279d51;p=civicrm-core.git diff --git a/CRM/Core/DAO/ActionMapping.php b/CRM/Core/DAO/ActionMapping.php index a337d7dc50..232b5eeb5d 100644 --- a/CRM/Core/DAO/ActionMapping.php +++ b/CRM/Core/DAO/ActionMapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionMapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:bbddce29b37d3352bf681595ee0d3ffd) + * (GenCodeChecksum:47aaf423930a3ec40089a4b21caaae2c) */ /** @@ -31,63 +31,81 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO { public static $_log = FALSE; /** - * @var int + * @var int|string|null + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $id; /** * Entity for which the reminder is created * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity; /** * Entity value * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity_value; /** * Entity value label * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity_value_label; /** * Entity status * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity_status; /** * Entity status label * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity_status_label; /** * Entity date * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity_date_start; /** * Entity date * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity_date_end; /** * Entity recipient * - * @var string + * @var string|null + * (SQL type: varchar(64)) + * Note that values will be retrieved from the database as a string. */ public $entity_recipient;