TextWithTranslationDto extends Dto
FinalYes
Table of Contents
Methods
- __clone() : void
- __construct() : mixed
- __get() : mixed
- __set() : void
- __toString() : string
- __unset() : void
- getCastByPropertyName() : Caster|null
- getName() : string
- getValidationErrors() : ErrorCollection
- hasValidationErrors() : bool
- jsonSerialize() : mixed
- toArray() : array<string|int, mixed>
Methods
__clone()
public
__clone() : void
__construct()
public
__construct([mixed $value = null ]) : mixed
Parameters
- $value : mixed = null
__get()
public
__get(string $fieldName) : mixed
Parameters
- $fieldName : string
__set()
public
__set(string $fieldName, mixed $value) : void
Parameters
- $fieldName : string
- $value : mixed
__toString()
public
__toString() : string
Return values
string__unset()
public
__unset(string $fieldName) : void
Parameters
- $fieldName : string
getCastByPropertyName()
public
getCastByPropertyName(string $propertyName) : Caster|null
Parameters
- $propertyName : string
Return values
Caster|nullgetName()
public
getName() : string
Return values
stringgetValidationErrors()
public
getValidationErrors() : ErrorCollection
Return values
ErrorCollectionhasValidationErrors()
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>