Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
notcontainoperator.php
1<?php
2
4
7
9{
10 public static function getCode(): string
11 {
12 return '!contain';
13 }
14
15 public static function getTitle(): string
16 {
17 return Loc::getMessage('BIZPROC_ACTIVITY_CONDITION_OPERATORS_NOT_CONTAIN_OPERATOR_TITLE') ?? '';
18 }
19
20 public function check(): bool
21 {
22 return !parent::check();
23 }
24}
static getMessage($code, $replace=null, $language=null)
Definition loc.php:29