���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/lib/models/lhchat/erlhcoreclassmodelchatwebhook.php
���ѧ٧ѧ�
<?php #[\AllowDynamicProperties] class erLhcoreClassModelChatWebhook { use erLhcoreClassDBTrait; public static $dbTable = 'lh_webhook'; public static $dbTableId = 'id'; public static $dbSessionHandler = 'erLhcoreClassChat::getSession'; public static $dbSortOrder = 'DESC'; public function getState() { return array( 'id' => $this->id, 'name' => $this->name, 'event' => $this->event, 'bot_id' => $this->bot_id, 'trigger_id' => $this->trigger_id, 'trigger_id_alt'=> $this->trigger_id_alt, 'bot_id_alt' => $this->bot_id_alt, 'disabled' => $this->disabled, 'type' => $this->type, 'configuration' => $this->configuration, 'status' => $this->status, 'delay' => $this->delay, ); } public function beforeRemove() { foreach (['lh_mail_continuous_event'] as $table) { $q = ezcDbInstance::get()->createDeleteQuery(); $q->deleteFrom($table)->where( $q->expr->eq( 'webhook_id', $this->id ) ); $stmt = $q->prepare(); $stmt->execute(); } } public function __get($var) { switch ($var) { case 'bot': $this->bot = erLhcoreClassModelGenericBotBot::fetch($this->bot_id); return $this->bot; case 'trigger': $this->trigger = erLhcoreClassModelGenericBotTrigger::fetch($this->trigger_id); return $this->trigger; case 'conditions_array': $conditions_array = json_decode($this->configuration,true); if ($conditions_array === null) { $conditions_array = []; } $this->conditions_array = $conditions_array; return $this->conditions_array; case 'status_array': $conditions_array = json_decode($this->status,true); if ($conditions_array === null) { $conditions_array = []; } $this->status_array = $conditions_array; return $this->status_array; default: break; } } public $id = null; public $event = ''; public $name = ''; public $bot_id = 0; public $trigger_id = 0; public $bot_id_alt = 0; public $trigger_id_alt = 0; public $disabled = 0; public $type = 0; public $configuration = ''; public $status = ''; public $delay = 0; } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�