CAWeb_Module_GitHub
extends ET_Builder_CAWeb_Module
in package CAWebModuleExtension
CAWeb GitHub Module Class (Standard)Table of Contents
$slug : string
Member Variable$vb_support : string
Member Variableget_fields() : mixed||string|int
Returns an array of all the Module Fields.init() :
Module Initializationrender() :
Renders the Module on the frontendProperties
$slug : 23
$slug
Member Variable
public string $slug = 'et_pb_ca_github';
$vb_support : 29
$vb_support
Member Variable
public string $vb_support = 'on';
Methods
get_fields()
Returns an array of all the Module Fields.
public get_fields() : arrayReturn values
array
init()
Module Initialization
public init() : voidReturn values
void
render()
Renders the Module on the frontend
public render( $unprocessed_props, $content = null, $render_slug) : stringReturn values
string