Devise
Class

Devise\Pages\Helpers\DvsPageData

class DvsPageData

Methods

string collectionsJSON()

Collections as json output

string bindingsJSON()

Bindings as json output

addCollection(string $collection, string $key, string $type, string $humanName, string $group, string $category, string $alternateTarget)

Add a collection to dvsPageData

addBinding(string $key, string $type, string $humanName, string $group, string $category, string $alternateTarget)

Add a binding to dvsPageData

Details

at line 30
public string collectionsJSON()

Collections as json output

Return Value

string

at line 40
public string bindingsJSON()

Bindings as json output

Return Value

string

at line 56
public addCollection(string $collection, string $key, string $type, string $humanName, string $group, string $category, string $alternateTarget)

Add a collection to dvsPageData

Parameters

string $collection
string $key
string $type
string $humanName
string $group
string $category
string $alternateTarget

at line 85
public addBinding(string $key, string $type, string $humanName, string $group, string $category, string $alternateTarget)

Add a binding to dvsPageData

Parameters

string $key
string $type
string $humanName
string $group
string $category
string $alternateTarget