uawdijnntqw1x1x1
IP : 216.73.216.74
Hostname : www.vorobey-market.ru
Kernel : Linux www.vorobey-market.ru 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
bitrix
/
vorobey-clubru
/
478ab
/
..
/
bitrix
/
modules
/
main
/
lib
/
taskoperation.php
/
/
<?php namespace Bitrix\Main; use Bitrix\Main\Entity; class TaskOperationTable extends Entity\DataManager { public static function getTableName() { return 'b_task_operation'; } public static function getMap() { return array( 'TASK_ID' => array( 'data_type' => 'integer', 'primary' => true, ), 'OPERATION_ID' => array( 'data_type' => 'integer', 'primary' => true, ), 'OPERATION' => array( 'data_type' => 'Bitrix\Main\OperationTable', 'reference' => array('=this.OPERATION_ID' => 'ref.ID'), ), 'TASK' => array( 'data_type' => 'Bitrix\Main\TaskTable', 'reference' => array('=this.TASK_ID' => 'ref.ID'), ), ); } }
/home/bitrix/vorobey-clubru/478ab/../bitrix/modules/main/lib/taskoperation.php