Progress extends Dto
FinalYes
Table of Contents
Properties
- $lastId : int
- $processedCount : int
- $totalCount : int|null
Methods
- __clone() : void
- __construct() : mixed
- __get() : mixed
- __set() : void
- __unset() : void
- addError() : void
- addErrorId() : void
- addSuccessId() : void
- getCastByPropertyName() : Caster|null
- getErrorIds() : array<string|int, mixed>
- getErrors() : array<string|int, mixed>
- getName() : string
- getSuccessIds() : array<string|int, mixed>
- getValidationErrors() : ErrorCollection
- hasErrorIds() : bool
- hasErrors() : bool
- hasSuccessIds() : bool
- hasValidationErrors() : bool
- jsonSerialize() : mixed
- toArray() : array<string|int, mixed>
Properties
$lastId
public
int
$lastId
= 0
$processedCount
public
int
$processedCount
= 0
$totalCount
public
int|null
$totalCount
= null
Methods
__clone()
public
__clone() : void
__construct()
public
__construct([array<string|int, mixed>|null $fields = null ]) : mixed
Parameters
- $fields : array<string|int, mixed>|null = null
__get()
public
__get(string $fieldName) : mixed
Parameters
- $fieldName : string
__set()
public
__set(string $fieldName, mixed $value) : void
Parameters
- $fieldName : string
- $value : mixed
__unset()
public
__unset(string $fieldName) : void
Parameters
- $fieldName : string
addError()
public
addError(Error $error) : void
Parameters
- $error : Error
addErrorId()
public
addErrorId(int $id) : void
Parameters
- $id : int
addSuccessId()
public
addSuccessId(int $id) : void
Parameters
- $id : int
getCastByPropertyName()
public
getCastByPropertyName(string $propertyName) : Caster|null
Parameters
- $propertyName : string
Return values
Caster|nullgetErrorIds()
public
getErrorIds() : array<string|int, mixed>
Return values
array<string|int, mixed>getErrors()
public
getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>getName()
public
getName() : string
Return values
stringgetSuccessIds()
public
getSuccessIds() : array<string|int, mixed>
Return values
array<string|int, mixed>getValidationErrors()
public
getValidationErrors() : ErrorCollection
Return values
ErrorCollectionhasErrorIds()
public
hasErrorIds() : bool
Return values
boolhasErrors()
public
hasErrors() : bool
Return values
boolhasSuccessIds()
public
hasSuccessIds() : bool
Return values
boolhasValidationErrors()
public
hasValidationErrors() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : mixed
Return values
mixed —- mixed because of \Bitrix\Crm\Activity\Entity\ConfigurableRestApp\Dto\TextWithTranslationDto::jsonSerialize
toArray()
public
toArray() : array<string|int, mixed>