Bitrix API

AddressRepository

Class Address

Table of Contents

Methods

delete()  : mixed
findById()  : Address|null
findByLinkedEntity()  : AddressCollection
save()  : AddResult|Result|UpdateResult

Methods

delete()

public delete(int $addressId) : mixed
Parameters
$addressId : int

findById()

public findById(int $id) : Address|null
Parameters
$id : int
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException

todo: do we really always need all this additional fields? todo: no location - no address.

Return values
Address|null

findByLinkedEntity()

public findByLinkedEntity(string $entityId, string $entityType) : AddressCollection
Parameters
$entityId : string
$entityType : string
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
AddressCollection

        
On this page

Search results