Documentation

Giphy extends Base
in package

Table of Contents

Properties

$fd  : mixed

Methods

__construct()  : mixed
browser()  : mixed
Renders the GIPHY browser markup
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 GIPHY item markup
list()  : mixed
Renders the GIPHY list markup

Properties

$fd

protected mixed $fd = null

Methods

__construct()

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

browser()

Renders the GIPHY browser markup

public browser([mixed $options = [] ]) : mixed
Parameters
$options : mixed = []
Tags
since
1.1.2
access

public

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

item()

Renders the GIPHY item markup

public item(mixed $url) : mixed
Parameters
$url : mixed
Tags
since
1.1.2
access

public

list()

Renders the GIPHY list markup

public list(mixed $items, mixed $type) : mixed
Parameters
$items : mixed
$type : mixed
Tags
since
1.1.2
access

public


        
On this page

Search results