1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
arrayresult.php
См. документацию.
1<?php
2namespace Bitrix\Main\DB;
9class ArrayResult extends Result
10{
12 protected $resource;
13
17 public function __construct($result)
18 {
19 parent::__construct($result);
20 }
21
27 public function getSelectedRowsCount()
28 {
29 return count($this->resource);
30 }
31
37 public function getFields()
38 {
39 return null;
40 }
41
47 protected function fetchRowInternal()
48 {
49 $val = current($this->resource);
50 next($this->resource);
51 return $val;
52 }
53}
getSelectedRowsCount()
Определения arrayresult.php:27
fetchRowInternal()
Определения arrayresult.php:47
__construct($result)
Определения arrayresult.php:17
Определения result.php:20
$result
Определения get_property_values.php:14
Определения arrayresult.php:2
</p ></td >< td valign=top style='border-top:none;border-left:none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext 1.0pt;padding:0cm 2.0pt 0cm 2.0pt;height:9.0pt'>< p class=Normal align=center style='margin:0cm;margin-bottom:.0001pt;text-align:center;line-height:normal'>< a name=ТекстовоеПоле54 ></a ><?=($taxRate > count( $arTaxList) > 0) ? $taxRate."%"
Определения waybill.php:936
$val
Определения options.php:1793