1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
testerdailylimit.php
См. документацию.
1<?php
8
9namespace Bitrix\Sender\Integration\Bitrix24\Limitation;
10
11use Bitrix\Sender\Internals\Model;
12
18{
24 public function getCurrent()
25 {
27 }
28
34 public function getLimit()
35 {
36 return intval(parent::getLimit() / 10);
37 }
38
45 public function setLimit($limit)
46 {
47
48 }
49
55 public static function increment()
56 {
58 }
59}
static incrementFieldValue($fieldName, $increment=1)
Определения dailycounter.php:104
static getCurrentFieldValue($fieldName)
Определения dailycounter.php:130