class Issuu extends Module

Issuu fluid fetcher. Helps with Gryphon compatibility.

Properties

protected $builder
protected $parentModel

Methods

__construct()

No description

inAccount($slug)

No description

inFolder($folder)

Search inside a specific folder.

mixed
find($binds = null)

Execute the query and return objects

first()

No description

order($str)

No description

__call($f, $args)

No description

Details

at line 17
__construct()

at line 23
inAccount($slug)

Parameters

$slug

at line 42
Issuu inFolder($folder)

Search inside a specific folder.

Parameters

$folder

Return Value

Issuu

at line 62
mixed find($binds = null)

Execute the query and return objects

Parameters

$binds

Return Value

mixed Array of Issuu compat objects

at line 82
first()

at line 88
order($str)

Parameters

$str

at line 101
__call($f, $args)

Parameters

$f
$args