InstagramCta extends AbstractConfigField
FinalYes
Table of Contents
Constants
- BUTTON_TEXT_BOOK = 'Book Now'
- BUTTON_TEXT_BUY = 'Buy Now'
- BUTTON_TEXT_RESERVE = 'Reserve'
Methods
- available() : bool
- check if field is available
- checkValue() : bool
- check property value
- getDefaultValue() : mixed
- get property default value
- prepareValue() : mixed
- required() : bool
- check if field is required
Constants
BUTTON_TEXT_BOOK
public
mixed
BUTTON_TEXT_BOOK
= 'Book Now'
BUTTON_TEXT_BUY
public
mixed
BUTTON_TEXT_BUY
= 'Buy Now'
BUTTON_TEXT_RESERVE
public
mixed
BUTTON_TEXT_RESERVE
= 'Reserve'
Methods
available()
check if field is available
public
static available() : bool
Tags
Return values
boolcheckValue()
check property value
public
static checkValue(mixed $value) : bool
Parameters
- $value : mixed
Tags
Return values
boolgetDefaultValue()
get property default value
public
static getDefaultValue() : mixed
Tags
prepareValue()
public
static prepareValue(mixed $value) : mixed
Parameters
- $value : mixed
required()
check if field is required
public
static required() : bool