1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
measure_result.php
См. документацию.
1<?php
2
7{
8 protected $measureResult;
9
10 public function __construct($res, $table_id)
11 {
12 parent::__construct($res, $table_id);
13 $this->measureResult = new CCatalogMeasureResult($this);
14 }
15
19 public function Fetch()
20 {
21 return $this->measureResult->Fetch();
22 }
23}
24
26{
27 protected $measureResult;
28
29 public function __construct($res, $table_id)
30 {
31 parent::__construct($res, $table_id);
32 $this->measureResult = new CCatalogMeasureResult($this);
33 }
34
38 public function Fetch()
39 {
40 return $this->measureResult->Fetch();
41 }
42}
Определения admin_lib.php:2054
$table_id
Определения admin_lib.php:2056
__construct($res, $table_id)
Определения measure_result.php:10
__construct($res, $table_id)
Определения measure_result.php:29
$res
Определения filter_act.php:7