1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
table_schema.php
См. документацию.
1<?
4{
5 public function __construct()
6 {
7 }
8
9 public static function OnGetTableSchema()
10 {
11 return array(
12 "main" => array(
13 'b_file' => array(
14 '~actions' => [
15 'b_file_delete' => [
16 'title' => 'CFile::Delete',
17 //'confirm' => 'Are you sure to call CFile::Delete?',
18 'callback' => function ($fileId)
19 {
20 $result = new \Bitrix\Main\Result();
21 CFile::Delete($fileId);
22 //$result->addError(new \Bitrix\Main\Error('test'));
23 return $result;
24 }
25 ],
26 ],
27 ),
28 "b_rating_voting" => array(
29 "ID" => array(
30 "b_rating_vote" => "RATING_VOTING_ID",
31 "b_rating_voting_prepare" => "RATING_VOTING_ID",
32 ),
33 //"ENTITY_TYPE_ID=^FORUM_POST\$" => array(
34 // "b_forum_message" => "ID",
35 //),
36 ),
37 "b_rating" => array(
38 "ID" => array(
39 "b_rating_user" => "RATING_ID",
40 "b_rating_subordinate" => "RATING_ID",
41 "b_rating_results" => "RATING_ID",
42 "b_rating_component_results" => "RATING_ID",
43 "b_rating_component" => "RATING_ID",
44 ),
45 ),
46 "b_rating_rule" => array(
47 "ID" => array(
48 "b_rating_rule_vetting" => "RULE_ID",
49 ),
50
51 ),
52 "b_user" => array(
53 "ID" => array(
54 "b_rating_vote" => "USER_ID",
55 "b_rating_voting" => "OWNER_ID",
56 "b_rating_vote^" => "OWNER_ID",
57 "b_rating_user" => "ENTITY_ID",
58 "b_rating_subordinate" => "ENTITY_ID",
59
60 )
61 ),
62 "b_group" => array(
63 "ID" => array(
64 "b_rating_vote_group" => "GROUP_ID",
65 )
66 ),
67 "b_module" => array(
68 "ID" => array(
69 "b_admin_notify" => "MODULE_ID",
70 )
71 ),
72 ),
73 );
74 }
75}
76
77?>
Определения table_schema.php:4
__construct()
Определения table_schema.php:5
static OnGetTableSchema()
Определения table_schema.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$result
Определения get_property_values.php:14
IncludeModuleLangFile($filepath, $lang=false, $bReturnArray=false)
Определения tools.php:3778