PHP 클래스 bubasuma\simplechat\controllers\DefaultController

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

공개 프로퍼티들

프로퍼티 타입 설명
$layout
$module bubasuma\simplechat\Module

공개 메소드들

메소드 설명
actionIndex ( $contactId = null )
actionLoginAs ( $userId )
behaviors ( )
behaviorsTrait ( )
getConversationClass ( ) : string
getMessageClass ( ) : string
getUser ( ) : User
getUsers ( array $except = [] )
setUser ( $userId )

메소드 상세

actionIndex() 공개 메소드

public actionIndex ( $contactId = null )

actionLoginAs() 공개 메소드

public actionLoginAs ( $userId )

behaviors() 공개 메소드

public behaviors ( )

behaviorsTrait() 공개 메소드

public behaviorsTrait ( )

getConversationClass() 공개 메소드

public getConversationClass ( ) : string
리턴 string

getMessageClass() 공개 메소드

public getMessageClass ( ) : string
리턴 string

getUser() 공개 메소드

public getUser ( ) : User
리턴 bubasuma\simplechat\models\User

getUsers() 공개 메소드

public getUsers ( array $except = [] )
$except array

setUser() 공개 메소드

public setUser ( $userId )

프로퍼티 상세

$layout 공개적으로 프로퍼티

public $layout

$module 공개적으로 프로퍼티

public Module,bubasuma\simplechat $module
리턴 bubasuma\simplechat\Module