���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/lib/models/lhabstract/erlhabstractmodelrestapikey.php
���ѧ٧ѧ�
<?php /** * * @author Remigijus Kiminas * * @desc Rest API Key * */ #[\AllowDynamicProperties] class erLhAbstractModelRestAPIKey { use erLhcoreClassDBTrait; public static $dbTable = 'lh_abstract_rest_api_key'; public static $dbTableId = 'id'; public static $dbSessionHandler = 'erLhcoreClassAbstract::getSession'; public static $dbSortOrder = 'DESC'; public function getState() { $stateArray = array( 'id' => $this->id, 'user_id' => $this->user_id, 'api_key' => $this->api_key, 'active' => $this->active, 'ip_restrictions' => $this->ip_restrictions ); return $stateArray; } public function __toString() { return $this->api_key; } public function getModuleTranslations() { $metaData = array('path' => array('url' => erLhcoreClassDesign::baseurl('restapi/index'), 'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('theme/index', 'Rest API')), 'permission_delete' => array('module' => 'lhrestapi', 'function' => 'use_admin'), 'permission' => array('module' => 'lhrestapi', 'function' => 'use_admin'), 'name' => erTranslationClassLhTranslation::getInstance()->getTranslation('abstract/product', 'API Key')); /** * Get's executed before permissions check. It can redirect to frontpage throw permission exception etc * */ erLhcoreClassChatEventDispatcher::getInstance()->dispatch('feature.can_use_product', array('object_meta_data' => & $metaData)); return $metaData; } public function __get($var) { switch ($var) { case 'left_menu': $this->left_menu = ''; return $this->left_menu; case 'user': $this->user = erLhcoreClassModelUser::fetch($this->user_id); return $this->user; case 'username': $this->username = null; if ($this->user instanceof erLhcoreClassModelUser) { $this->username = $this->user->username != '' ? $this->user->username : $this->user->email; } return $this->username; default: break; } } public $id = null; public $user_id = ''; public $api_key = ''; public $active = 0; public $ip_restrictions = ''; public $hide_add = false; public $hide_delete = false; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�