Bitrix API

LeadAdsForm implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Methods

__construct()  : mixed
LeadAdsForm constructor.
getDescription()  : null|string
getFields()  : array<string|int, Field>|null
getId()  : mixed
getLink()  : null|string
getName()  : null|string
getSuccessMessage()  : null|string
getTitle()  : null|string
isActive()  : bool
jsonSerialize()  : mixed
toArray()  : array<string|int, mixed>

Methods

__construct()

LeadAdsForm constructor.

public __construct([Field[], link?: string|null, message?: string|null} $parameters = [] ]) : mixed
Parameters
$parameters : Field[], link?: string|null, message?: string|null} = []

getDescription()

public getDescription() : null|string
Return values
null|string

getFields()

public getFields() : array<string|int, Field>|null
Return values
array<string|int, Field>|null
public getLink() : null|string
Return values
null|string

getName()

public getName() : null|string
Return values
null|string

getSuccessMessage()

public getSuccessMessage() : null|string
Return values
null|string

getTitle()

public getTitle() : null|string
Return values
null|string

isActive()

public isActive() : bool
Return values
bool

jsonSerialize()

public jsonSerialize() : mixed
Tags
inheritDoc

toArray()

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

        
On this page

Search results