X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FDAO%2FActionMapping.php;h=232b5eeb5d789dcd50497bc7520388ad4a0246ae;hb=aa57f87a534f5796bcc2334b9aef86b075e7978c;hp=d99cd9866f1fe1da9895f261fb83e2f575c8c359;hpb=0eefdd6092dcee35621f2ccbdba650d0331dc8e0;p=civicrm-core.git diff --git a/CRM/Core/DAO/ActionMapping.php b/CRM/Core/DAO/ActionMapping.php index d99cd9866f..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:2db355e73b3c39feaecdb8e18ddf7c14) + * (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;