1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
app.php
См. документацию.
1<?php
3
4
7
8class App
10{
11 static public function getProxy()
12 {
14 }
15
16 static public function optionSet(array $option)
17 {
18 $proxy = static::getProxy();
19 $r = $proxy->optionSet($option);
20 if($r->isSuccess())
21 {
22 $result = $r->getData()['DATA']['result'];
23 }
24 else
25 {
26 throw new Exception\CommandLineException(implode(',', $r->getErrorMessages()));
27 }
28
29 return $result;
30 }
31}
static optionSet(array $option)
Определения app.php:16
</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
$proxy
Определения proxy.php:11
$option
Определения options.php:1711