Bitrix API

Property

FinalYes

Table of Contents

Methods

__construct()  : mixed
getAttributes()  : array<string|int, ReflectionAttribute>
getCollectionAttribute()  : ReflectionAttribute|null
getName()  : string
getValue()  : mixed
setValue()  : void

Methods

__construct()

public __construct(ReflectionProperty $property, Dto $object) : mixed
Parameters
$property : ReflectionProperty
$object : Dto

getAttributes()

public getAttributes() : array<string|int, ReflectionAttribute>
Return values
array<string|int, ReflectionAttribute>

getCollectionAttribute()

public getCollectionAttribute() : ReflectionAttribute|null
Return values
ReflectionAttribute|null

getName()

public getName() : string
Return values
string

getValue()

public getValue([mixed $object = null ]) : mixed
Parameters
$object : mixed = null

setValue()

public setValue(mixed $object, mixed $serializedValue) : void
Parameters
$object : mixed
$serializedValue : mixed

        
On this page

Search results