PHP 클래스 yiister\gentelella\widgets\Timeline

상속: extends yii\base\Widget
파일 보기 프로젝트 열기: yiister/yii2-gentelella

공개 프로퍼티들

프로퍼티 타입 설명
$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