uawdijnntqw1x1x1
IP : 3.135.63.86
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
rostov.axolotls.ru
/
bitrix
/
modules
/
crm
/
lib
/
invoicestuts.php
/
/
<?php /** * Bitrix Framework * @package bitrix * @subpackage crm * @copyright 2013-2013 Bitrix */ namespace Bitrix\Crm; use Bitrix\Main\Entity; use Bitrix\Main\Localization\Loc; Loc::loadMessages(__FILE__); class InvoiceStUtsTable extends Entity\DataManager { public static function getTableName() { return 'b_uts_crm_invoice'; } public static function getMap() { global $DB; return array( 'VALUE_ID' => array( 'data_type' => 'integer', 'primary' => true ), 'UF_DEAL_ID' => array( 'data_type' => 'integer' ), 'UF_COMPANY_ID' => array( 'data_type' => 'integer' ), 'UF_CONTACT_ID' => array( 'data_type' => 'integer' ), 'UF_MYCOMPANY_ID' => array( 'data_type' => 'integer' ), 'DEAL_BY' => array( 'data_type' => 'Deal', 'reference' => array('=this.UF_DEAL_ID' => 'ref.ID') ), 'CONTACT_BY' => array( 'data_type' => 'Contact', 'reference' => array('=this.UF_CONTACT_ID' => 'ref.ID') ), 'COMPANY_BY' => array( 'data_type' => 'Company', 'reference' => array('=this.UF_COMPANY_ID' => 'ref.ID') ) ); } }
/var/www/axolotl/data/www/rostov.axolotls.ru/bitrix/modules/crm/lib/invoicestuts.php