Файловый менеджер - Редактировать - /var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/sale/lib/internals/persontypesite.php
Назад
<?php namespace Bitrix\Sale\Internals; use Bitrix\Main, Bitrix\Main\Localization\Loc; Loc::loadMessages(__FILE__); /** * Class PersonTypeSiteTable * * Fields: * <ul> * <li> PERSON_TYPE_ID int mandatory * <li> SITE_ID string(2) mandatory * </ul> * * @package Bitrix\Sale **/ class PersonTypeSiteTable extends Main\Entity\DataManager { /** * Returns DB table name for entity. * * @return string */ public static function getTableName() { return 'b_sale_person_type_site'; } /** * Returns entity map definition. * * @return array */ public static function getMap() { return array( 'PERSON_TYPE_ID' => array( 'data_type' => 'integer', 'primary' => true, ), 'SITE_ID' => array( 'data_type' => 'string', 'primary' => true ), ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.8 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка