PHP 클래스 bubasuma\simplechat\ConversationWidget

부터: 1.0
저자: Buba Suma ([email protected])
상속: extends yii\widgets\ListView
파일 보기 프로젝트 열기: bubasuma/yii2-simplechat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$clientOptions
$current array The current conversation
$liveOptions
$user array The current user

공개 메소드들

메소드 설명
init ( )
registerJs ( )
renderItem ( $model, $key, $index )
renderSection ( $name )
run ( )

메소드 상세

init() 공개 메소드

public init ( )

registerJs() 공개 메소드

public registerJs ( )

renderItem() 공개 메소드

public renderItem ( $model, $key, $index )

renderSection() 공개 메소드

public renderSection ( $name )

run() 공개 메소드

public run ( )

프로퍼티 상세

$clientOptions 공개적으로 프로퍼티

public $clientOptions

$current 공개적으로 프로퍼티

The current conversation
부터: 2.0
public array $current
리턴 array

$liveOptions 공개적으로 프로퍼티

public $liveOptions

$user 공개적으로 프로퍼티

The current user
public array $user
리턴 array