AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 3.145.70.44
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bitrix/www/bitrix/modules/ui/lib/entityform/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/bitrix/modules/ui/lib/entityform/entityformconfigtable.php
<?php

namespace Bitrix\Ui\EntityForm;

use Bitrix\Main\Entity;

/**
 * Class EntityFormConfigTable
 *
 * DO NOT WRITE ANYTHING BELOW THIS
 *
 * <<< ORMENTITYANNOTATION
 * @method static EO_EntityFormConfig_Query query()
 * @method static EO_EntityFormConfig_Result getByPrimary($primary, array $parameters = [])
 * @method static EO_EntityFormConfig_Result getById($id)
 * @method static EO_EntityFormConfig_Result getList(array $parameters = [])
 * @method static EO_EntityFormConfig_Entity getEntity()
 * @method static \Bitrix\Ui\EntityForm\EO_EntityFormConfig createObject($setDefaultValues = true)
 * @method static \Bitrix\Ui\EntityForm\EO_EntityFormConfig_Collection createCollection()
 * @method static \Bitrix\Ui\EntityForm\EO_EntityFormConfig wakeUpObject($row)
 * @method static \Bitrix\Ui\EntityForm\EO_EntityFormConfig_Collection wakeUpCollection($rows)
 */
class EntityFormConfigTable extends Entity\DataManager
{
	public static function getTableName()
	{
		return 'b_ui_entity_editor_config';
	}

	public static function getMap()
	{
		return [
			new Entity\IntegerField('ID', [
				'autocomplete' => true,
				'primary' => true
			]),
			new Entity\StringField('CATEGORY', [
				'required' => true,
				'size' => 20
			]),
			new Entity\StringField('ENTITY_TYPE_ID', [
				'required' => true,
				'size' => 60
			]),
			new Entity\StringField('NAME', [
				'required' => true,
				'size' => 100
			]),
			new Entity\TextField('CONFIG', [
				'serialized' => true,
				'required' => true
			]),
			new Entity\BooleanField('COMMON', [
				'values' => ['N', 'Y'],
				'required' => true,
				'default_value' => 'N'
			])
		];
	}
}

Anon7 - 2022
AnonSec Team