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|stringgetFields()
public
getFields() : array<string|int, Field>|null
Return values
array<string|int, Field>|nullgetId()
public
getId() : mixed
getLink()
public
getLink() : null|string
Return values
null|stringgetName()
public
getName() : null|string
Return values
null|stringgetSuccessMessage()
public
getSuccessMessage() : null|string
Return values
null|stringgetTitle()
public
getTitle() : null|string
Return values
null|stringisActive()
public
isActive() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : mixed
Tags
toArray()
public
toArray() : array<string|int, mixed>