Devise
Class

Devise\Support\Sortable\Link

class Link

Class Link returns html anchor tags when given parameters this field helps create the up and down sorting links when filtering html table columns

Methods

__construct(Framework $Framework, null $field = null, null $label = null, array $options = array(), array $defaultOrderBy = array())

Construct a new link

string getClearSortLink($text $text, $options $options)

string getLink($cookie $cookie)

Details

at line 23
public __construct(
Framework $Framework, null $field = null, null $label = null, array $options = array(), array $defaultOrderBy = array())

Construct a new link

Parameters

Framework $Framework
null $field
null $label
array $options
array $defaultOrderBy

Parameters

$text $text
$options $options

Return Value

string

Parameters

$cookie $cookie

Return Value

string