Loader
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- block() : mixed
- Renders a loader on the site
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
- inline() : mixed
- Renders an inline loader on the site
- standard() : mixed
- Renders a standard loader on the site
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
block()
Renders a loader on the site
public
block([mixed $options = [] ]) : mixed
Parameters
- $options : mixed = []
Tags
getTemplate()
Central method to generate a new theme object so that we can centralize and inject variables into the library
public
getTemplate() : mixed
Tags
inline()
Renders an inline loader on the site
public
inline([mixed $options = [] ]) : mixed
Parameters
- $options : mixed = []
Tags
standard()
Renders a standard loader on the site
public
standard([mixed $options = [] ]) : mixed
Parameters
- $options : mixed = []