uawdijnntqw1x1x1
IP : 18.117.8.11
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
/
.
/
b24.axolotl.ru
/
public_html
/
bitrix
/
modules
/
crm
/
lib
/
producttable.php
/
/
<?php /** * Bitrix Framework * @package bitrix * @subpackage crm * @copyright 2001-2012 Bitrix */ namespace Bitrix\Crm; use Bitrix\Main\Entity; /** * Class ProductTable * * DO NOT WRITE ANYTHING BELOW THIS * * <<< ORMENTITYANNOTATION * @method static EO_Product_Query query() * @method static EO_Product_Result getByPrimary($primary, array $parameters = array()) * @method static EO_Product_Result getById($id) * @method static EO_Product_Result getList(array $parameters = array()) * @method static EO_Product_Entity getEntity() * @method static \Bitrix\Crm\EO_Product createObject($setDefaultValues = true) * @method static \Bitrix\Crm\EO_Product_Collection createCollection() * @method static \Bitrix\Crm\EO_Product wakeUpObject($row) * @method static \Bitrix\Crm\EO_Product_Collection wakeUpCollection($rows) */ class ProductTable extends Entity\DataManager { public static function getTableName() { return 'b_crm_product'; } public static function getFilePath() { return __FILE__; } public static function getMap() { return array( 'ID' => array( 'data_type' => 'integer', 'primary' => true ), 'IBLOCK_ELEMENT' => array( 'data_type' => 'IBlockElementProxy', 'reference' => array('=this.ID' => 'ref.ID') ), 'IBLOCK_ELEMENT_GRC' => array( 'data_type' => 'IBlockElementGrcProxy', 'reference' => array('=this.ID' => 'ref.ID') ) ); } }
/var/www/axolotl/data/www/./b24.axolotl.ru/public_html/bitrix/modules/crm/lib/producttable.php