1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
countercontroller.php
См. документацию.
1<?php
8
10
12
14{
15 public static function getValue(string $name = '', int $entityId = 0, int $userId = 0): array
16 {
18
19 return $instance->getCounterValue();
20 }
21
29 public static function getInstance(string $name = '', int $entityId = 0, int $userId = 0): Provider\Base
30 {
31 switch ($name)
32 {
35 break;
38 break;
41 'userId' => $userId,
42 ]);
43 break;
46 'userId' => $userId,
47 ]);
48 break;
49 default:
50 throw new UnknownCounterException();
51 }
52
53 return $result;
54 }
55}
if(!is_object($USER)||! $USER->IsAuthorized()) $userId
Определения check_mail.php:18
static getValue(string $name='', int $entityId=0, int $userId=0)
Определения countercontroller.php:15
static getInstance(string $name='', int $entityId=0, int $userId=0)
Определения countercontroller.php:29
</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
$name
Определения menu_edit.php:35
$entityId
Определения payment.php:4
$instance
Определения ps_b24_final.php:14