403Webshell
Server IP : 80.87.202.40  /  Your IP : 216.73.216.169
Web Server : Apache
System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64
User : bitrix ( 600)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /home/bitrix/ext_www/cvetdv.ru/bitrix/modules/main/lib/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/bitrix/ext_www/cvetdv.ru/bitrix/modules/main/lib/userfieldlangtable.php
<?php

namespace Bitrix\Main;

use Bitrix\Main\Localization\Loc;

/**
 * Class UserFieldLangTable
 *
 * DO NOT WRITE ANYTHING BELOW THIS
 *
 * <<< ORMENTITYANNOTATION
 * @method static EO_UserFieldLang_Query query()
 * @method static EO_UserFieldLang_Result getByPrimary($primary, array $parameters = [])
 * @method static EO_UserFieldLang_Result getById($id)
 * @method static EO_UserFieldLang_Result getList(array $parameters = [])
 * @method static EO_UserFieldLang_Entity getEntity()
 * @method static \Bitrix\Main\EO_UserFieldLang createObject($setDefaultValues = true)
 * @method static \Bitrix\Main\EO_UserFieldLang_Collection createCollection()
 * @method static \Bitrix\Main\EO_UserFieldLang wakeUpObject($row)
 * @method static \Bitrix\Main\EO_UserFieldLang_Collection wakeUpCollection($rows)
 */
class UserFieldLangTable extends ORM\Data\DataManager
{
	public static function getTableName(): string
	{
		return 'b_user_field_lang';
	}

	public static function getMap(): array
	{
		return [
			(new ORM\Fields\IntegerField('USER_FIELD_ID'))
				->configurePrimary()
				->configureRequired(),
			(new ORM\Fields\StringField('LANGUAGE_ID'))
				->configurePrimary()
				->configureRequired()
				->configureSize(2),
			(new ORM\Fields\StringField('EDIT_FORM_LABEL'))
				->configureSize(255)
				->configureTitle(Loc::getMessage('MAIN_USER_FIELD_LANG_TABLE_EDIT_FORM_LABEL_TITLE')),
			(new ORM\Fields\StringField('LIST_COLUMN_LABEL'))
				->configureSize(255)
				->configureTitle(Loc::getMessage('MAIN_USER_FIELD_LANG_TABLE_LIST_COLUMN_LABEL_TITLE')),
			(new ORM\Fields\StringField('LIST_FILTER_LABEL'))
				->configureSize(255)
				->configureTitle(Loc::getMessage('MAIN_USER_FIELD_LANG_TABLE_LIST_FILTER_LABEL_TITLE')),
			(new ORM\Fields\StringField('ERROR_MESSAGE'))
				->configureSize(255)
				->configureTitle(Loc::getMessage('MAIN_USER_FIELD_LANG_TABLE_ERROR_MESSAGE_TITLE')),
			(new ORM\Fields\StringField('HELP_MESSAGE'))
				->configureSize(255)
				->configureTitle(Loc::getMessage('MAIN_USER_FIELD_LANG_TABLE_HELP_MESSAGE_TITLE')),
			(new ORM\Fields\Relations\Reference(
				'USER_FIELD',
				UserFieldTable::class,
				[
					'=this.USER_FIELD_ID' => 'ref.ID',
				])),
		];
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit