Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
entitymarkerinterface.php
1
<?php
9
interface
IEntityMarker
10
{
16
public
function
getErrorEntity
($value);
17
23
public
function
canAutoFixError
($value);
24
28
public
function
getAutoFixErrorsList
();
29
35
public
function
tryFixError
($code);
36
40
public
function
canMarked
();
41
45
public
function
getMarkField
();
46
}
IEntityMarker
Definition
entitymarkerinterface.php:10
IEntityMarker\getMarkField
getMarkField()
IEntityMarker\getAutoFixErrorsList
getAutoFixErrorsList()
IEntityMarker\tryFixError
tryFixError($code)
IEntityMarker\canAutoFixError
canAutoFixError($value)
IEntityMarker\getErrorEntity
getErrorEntity($value)
IEntityMarker\canMarked
canMarked()
modules
sale
lib
internals
entitymarkerinterface.php
Создано системой
1.10.0