PHP Trait bubasuma\simplechat\controllers\ControllerTrait

Since: 2.0
Author: Buba Suma ([email protected])
Afficher le fichier Open project: bubasuma/yii2-simplechat

Méthodes publiques

Méthode Description
actionConversations ( )
actionCreateMessage ( $contactId )
actionDeleteConversation ( $contactId )
actionDeleteMessage ( $id )
actionMarkConversationAsRead ( $contactId )
actionMarkConversationAsUnread ( $contactId )
actionMessages ( $contactId )
afterAction ( $action, $result )
behaviors ( )
getConversationClass ( ) : string
getMessageClass ( ) : string
getUser ( ) : yii\web\IdentityInterface

Method Details

actionConversations() public méthode

public actionConversations ( )

actionCreateMessage() public méthode

public actionCreateMessage ( $contactId )

actionDeleteConversation() public méthode

public actionDeleteConversation ( $contactId )

actionDeleteMessage() public méthode

public actionDeleteMessage ( $id )

actionMarkConversationAsRead() public méthode

public actionMarkConversationAsRead ( $contactId )

actionMarkConversationAsUnread() public méthode

public actionMarkConversationAsUnread ( $contactId )

actionMessages() public méthode

public actionMessages ( $contactId )

afterAction() public méthode

public afterAction ( $action, $result )

behaviors() public méthode

public behaviors ( )

getConversationClass() public méthode

public getConversationClass ( ) : string
Résultat string

getMessageClass() public méthode

public getMessageClass ( ) : string
Résultat string

getUser() public méthode

public getUser ( ) : yii\web\IdentityInterface
Résultat yii\web\IdentityInterface