Packages

CAWeb

CAWebModuleExtension

ds

Reports

Errors

Markers

Indices

Files

CAWeb_Module_Location

extends ET_Builder_CAWeb_Module

in package CAWebModuleExtension

CAWeb Location Module Class (Standard)

Table of Contents

$slug : string

Member Variable

$vb_support : string

Member Variable

bannerLocation() :

Renders Location (banner)

contactLocation() :

Renders Location (contact)

get_fields() : mixed||string|int

Returns an array of all the Module Fields.

init() :

Module Initialization

miniLocation() :

Renders Location (mini)

render() :

Renders the Module on the frontend

Properties

$slug : 21
$slug Member Variable
public string $slug = 'et_pb_ca_location_widget';
$vb_support Member Variable
public string $vb_support = 'on';

Methods

bannerLocation() Renders Location (banner)
public bannerLocation() : string
Return values

string

contactLocation() Renders Location (contact)
public contactLocation() : string
Return values

string

get_fields() Returns an array of all the Module Fields.
public get_fields() : array
Return values

array

init() Module Initialization
public init() : void
Return values

void

miniLocation() Renders Location (mini)
public miniLocation() : string
Return values

string

render() Renders the Module on the frontend
public render( $unprocessed_props,  $content = null,  $render_slug) : string
Return values

string