PHP Class bubasuma\simplechat\ConversationWidget

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

Public Properties

Property Type Description
$clientOptions
$current array The current conversation
$liveOptions
$user array The current user

Public Methods

Method Description
init ( )
registerJs ( )
renderItem ( $model, $key, $index )
renderSection ( $name )
run ( )

Method Details

init() public method

public init ( )

registerJs() public method

public registerJs ( )

renderItem() public method

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

renderSection() public method

public renderSection ( $name )

run() public method

public run ( )

Property Details

$clientOptions public_oe property

public $clientOptions

$current public_oe property

The current conversation
Since: 2.0
public array $current
return array

$liveOptions public_oe property

public $liveOptions

$user public_oe property

The current user
public array $user
return array