Bitrix API

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

$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|null

getErrorIds()

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
string

getSuccessIds()

public getSuccessIds() : array<string|int, mixed>
Return values
array<string|int, mixed>

getValidationErrors()

public getValidationErrors() : ErrorCollection
Return values
ErrorCollection

hasErrorIds()

public hasErrorIds() : bool
Return values
bool

hasErrors()

public hasErrors() : bool
Return values
bool

hasSuccessIds()

public hasSuccessIds() : bool
Return values
bool

hasValidationErrors()

public hasValidationErrors() : bool
Return values
bool

jsonSerialize()

public jsonSerialize() : mixed
Return values
mixed
  • mixed because of \Bitrix\Crm\Activity\Entity\ConfigurableRestApp\Dto\TextWithTranslationDto::jsonSerialize

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results