Attachment
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
- item() : mixed
- Renders the attachment html output
- template() : mixed
- Renders the attachment html template 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
item()
Renders the attachment html output
public
item(mixed $attachment) : mixed
Parameters
- $attachment : mixed
Tags
template()
Renders the attachment html template that is used by respective extensions
public
template([mixed $options = [] ]) : mixed
Parameters
- $options : mixed = []