PHP Class yiister\gentelella\widgets\Timeline

Inheritance: extends yii\base\Widget
显示文件 Open project: yiister/yii2-gentelella

Public Properties

Property Type Description
$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

Public Methods

Method Description
run ( )

Method Details

run() public method

public run ( )

Property Details

$items public_oe property

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 public_oe property

the HTML attributes for the widget container tag
public $options