IEntityMarker
Bitrix Framework
Tags
Table of Contents
Methods
- canAutoFixError() : bool
- canMarked() : bool
- getAutoFixErrorsList() : array<string|int, mixed>
- getErrorEntity() : string
- getMarkField() : string
- tryFixError() : Result
Methods
canAutoFixError()
public
canAutoFixError(mixed $value) : bool
Parameters
- $value : mixed
Return values
boolcanMarked()
public
canMarked() : bool
Return values
boolgetAutoFixErrorsList()
public
getAutoFixErrorsList() : array<string|int, mixed>
Return values
array<string|int, mixed>getErrorEntity()
public
getErrorEntity(mixed $value) : string
Parameters
- $value : mixed
Return values
stringgetMarkField()
public
getMarkField() : string
Return values
stringtryFixError()
public
tryFixError(mixed $code) : Result
Parameters
- $code : mixed