File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/bizproc/lib/automation/trigger/entity/trigger.php
Back
<?php namespace Bitrix\Bizproc\Automation\Trigger\Entity; use Bitrix\Main; /** * Class TriggerTable * * DO NOT WRITE ANYTHING BELOW THIS * * <<< ORMENTITYANNOTATION * @method static EO_Trigger_Query query() * @method static EO_Trigger_Result getByPrimary($primary, array $parameters = array()) * @method static EO_Trigger_Result getById($id) * @method static EO_Trigger_Result getList(array $parameters = array()) * @method static EO_Trigger_Entity getEntity() * @method static \Bitrix\Bizproc\Automation\Trigger\Entity\EO_Trigger createObject($setDefaultValues = true) * @method static \Bitrix\Bizproc\Automation\Trigger\Entity\EO_Trigger_Collection createCollection() * @method static \Bitrix\Bizproc\Automation\Trigger\Entity\EO_Trigger wakeUpObject($row) * @method static \Bitrix\Bizproc\Automation\Trigger\Entity\EO_Trigger_Collection wakeUpCollection($rows) */ class TriggerTable extends Main\Entity\DataManager { /** * Get table name. * @return string */ public static function getTableName() { return 'b_bp_automation_trigger'; } /** * Get table fields map. * @return array */ public static function getMap() { return array( 'ID' => array('primary' => true, 'data_type' => 'integer'), 'NAME' => array('data_type' => 'string'), 'CODE' => array('data_type' => 'string'), 'MODULE_ID' => array('data_type' => 'string'), 'ENTITY' => array('data_type' => 'string'), 'DOCUMENT_TYPE' => array('data_type' => 'string'), 'DOCUMENT_STATUS' => array('data_type' => 'string'), 'APPLY_RULES' => array( 'data_type' => 'string', 'serialized' => true ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings