widgets\ListView $itemView

$itemView public property The name of the view for rendering each data item, or a callback (e.g. an anonymous function) for rendering each data item. If it specifies a view name, the following variables will be available in the view: $model: mixed, the data model $key: mixed, the key value associated with the data item $index: integer, the zero-based index of the data item in the items array returned by $dataProvider. $widget: ListView, this widget instance Note that the view name is re

widgets\LinkSorter renderSortLinks()

renderSortLinks() protected method Renders the sort links. protected string renderSortLinks ( )return string The rendering result

widgets\LinkSorter run()

run() public method Executes the widget. This method renders the sort links. public void run ( )

widgets\LinkSorter init()

init() public method Initializes the sorter. public void init ( )

widgets\ListView $itemOptions

$itemOptions public property The HTML attributes for the container of the rendering result of each data model. The "tag" element specifies the tag name of the container element and defaults to "div". If "tag" is false, it means no container element will be rendered. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $itemOptions = []

widgets\LinkSorter $options

$options public property HTML attributes for the sorter container tag. See also: yii\helpers\Html::ul() for special attributes. yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $options = ['class' => 'sorter']

widgets\LinkSorter $linkOptions

$linkOptions public property (available since version 2.0.6) HTML attributes for the link in a sorter container tag which are passed to yii\data\Sort::link(). See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $linkOptions = []

widgets\LinkSorter $sort

$sort public property The sort definition public yii\data\Sort $sort = null

widgets\LinkSorter $attributes

$attributes public property List of the attributes that support sorting. If not set, it will be determined using yii\data\Sort::$attributes. public array $attributes = null

widgets\LinkPager renderPageButtons()

renderPageButtons() protected method Renders the page buttons. protected string renderPageButtons ( )return string The rendering result