Documentation

Location extends Base
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
getTemplate()  : mixed
Central method to generate a new theme object so that we can centralize and inject variables into the library
list()  : mixed
Renders the location item HTML
wrapper()  : mixed
Renders the location html wrapper that is used by respective extensions

Properties

$fd

protected mixed $fd = null

Methods

__construct()

public __construct(mixed $fd) : mixed
Parameters
$fd : mixed

getTemplate()

Central method to generate a new theme object so that we can centralize and inject variables into the library

public getTemplate() : mixed
Tags
since
1.0.0
access

public

list()

Renders the location item HTML

public list([mixed $options = [] ]) : mixed
Parameters
$options : mixed = []
Tags
since
1.1.3
access

public

wrapper()

Renders the location html wrapper that is used by respective extensions

public wrapper([mixed $options = [] ]) : mixed
Parameters
$options : mixed = []
Tags
since
1.1.3
access

public


        
On this page

Search results