PHP Класс yiister\gentelella\widgets\Timeline

Наследование: extends yii\base\Widget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$items the list of items to render Each item allows the next string attributes: title - the header of item byline - the string with time and author content - the main item content
$options the HTML attributes for the widget container tag

Открытые методы

Метод Описание
run ( )

Описание методов

run() публичный Метод

public run ( )

Описание свойств

$items публичное свойство

the list of items to render Each item allows the next string attributes: title - the header of item byline - the string with time and author content - the main item content
public $items

$options публичное свойство

the HTML attributes for the widget container tag
public $options