class DeviseTag

Properties

string $id Identifier of the devise tag
string $bindingType This could be a model, field or collection binding type
string $collection Collection name
string $key Key name
string $type Type of the devise tag (text, image, etc)
string $humanName Human name of the devise tag
string $collectionName The human name of the collection
string $group Group name of the tag. We can group together different nodes.
string $category Category name provides us with a dropdown in the sidebar for a group.
string $alternateTarget Alternate target for live updates
string $defaults Default values to set on this devise tag
string $value String value of the entire matched string that was regex out. This parameters above are extracted from this value
string $chain The chain array of string value pairs for a model or attribute

Methods

__construct($str, $parsed = null)

Create a new devise tag

string
__toString()

Convert this object to a string

array
toArray($escaped = '', $hasKeys = false)

Converts our devise tag into a giant ass array

Details

at line 106
__construct($str, $parsed = null)

Create a new devise tag

Parameters

$str
$parsed

at line 122
string __toString()

Convert this object to a string

Return Value

string

at line 132
array toArray($escaped = '', $hasKeys = false)

Converts our devise tag into a giant ass array

Parameters

$escaped
$hasKeys

Return Value

array