SearchMap
Table of Contents
Methods
- add() : void
- addCompany() : void
- addContacts() : void
- addEmail() : void
- addEntityMultiFields() : void
- addField() : void
- addHtml() : void
- addMultiFieldValue() : void
- addPhone() : void
- addStatus() : void
- addText() : void
- addTextFragments() : void
- addUserByID() : void
- addUserField() : void
- cacheUsers() : void
- Cache specified users.
- getString() : string
Methods
add()
public
add(mixed $value) : void
Parameters
- $value : mixed
addCompany()
public
addCompany(int $companyId) : void
Parameters
- $companyId : int
addContacts()
public
addContacts(array<string|int, mixed> $contactIds) : void
Parameters
- $contactIds : array<string|int, mixed>
addEmail()
public
addEmail(mixed $email) : void
Parameters
- $email : mixed
addEntityMultiFields()
public
addEntityMultiFields(int $entityTypeId, int $entityId, array<string|int, mixed> $typeIds) : void
Parameters
- $entityTypeId : int
- $entityId : int
- $typeIds : array<string|int, mixed>
addField()
public
addField(array<string|int, mixed> $fields, string $name) : void
Parameters
- $fields : array<string|int, mixed>
- $name : string
addHtml()
public
addHtml(mixed $value[, int $length = null ]) : void
Parameters
- $value : mixed
- $length : int = null
addMultiFieldValue()
public
addMultiFieldValue(string $typeId, mixed $value) : void
Parameters
- $typeId : string
- $value : mixed
addPhone()
public
addPhone(mixed $phone) : void
Parameters
- $phone : mixed
addStatus()
public
addStatus(mixed $statusEntityId, mixed $statusId) : void
Parameters
- $statusEntityId : mixed
- $statusId : mixed
addText()
public
addText(mixed $value[, int $length = null ]) : void
Parameters
- $value : mixed
- $length : int = null
addTextFragments()
public
addTextFragments(mixed $value) : void
Parameters
- $value : mixed
addUserByID()
public
addUserByID(mixed $userId) : void
Parameters
- $userId : mixed
addUserField()
public
addUserField(array<string|int, mixed> $userField) : void
Parameters
- $userField : array<string|int, mixed>
cacheUsers()
Cache specified users.
public
static cacheUsers(array<string|int, mixed> $userIds) : void
Parameters
- $userIds : array<string|int, mixed>
-
User IDs.
getString()
public
getString() : string