PHP Class bubasuma\simplechat\ConversationWidget

Since: 1.0
Author: Buba Suma ([email protected])
Inheritance: extends yii\widgets\ListView
Afficher le fichier Open project: bubasuma/yii2-simplechat Class Usage Examples

Méthodes publiques

Свойство Type Description
$clientOptions
$current array The current conversation
$liveOptions
$user array The current user

Méthodes publiques

Méthode Description
init ( )
registerJs ( )
renderItem ( $model, $key, $index )
renderSection ( $name )
run ( )

Method Details

init() public méthode

public init ( )

registerJs() public méthode

public registerJs ( )

renderItem() public méthode

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

renderSection() public méthode

public renderSection ( $name )

run() public méthode

public run ( )

Property Details

$clientOptions public_oe property

public $clientOptions

$current public_oe property

The current conversation
Since: 2.0
public array $current
Résultat array

$liveOptions public_oe property

public $liveOptions

$user public_oe property

The current user
public array $user
Résultat array