Progress
extends Base
in package
Table of Contents
Properties
- $fd : mixed
Methods
- __construct() : mixed
- bar() : mixed
- Renders a progress bar
- getTemplate() : mixed
- Central method to generate a new theme object so that we can centralize and inject variables into the library
Properties
$fd
protected
mixed
$fd
= null
Methods
__construct()
public
__construct(mixed $fd) : mixed
Parameters
- $fd : mixed
bar()
Renders a progress bar
public
bar([mixed $progress = 0 ]) : mixed
Parameters
- $progress : mixed = 0
Tags
getTemplate()
Central method to generate a new theme object so that we can centralize and inject variables into the library
public
getTemplate() : mixed