PHP Class bubasuma\simplechat\models\Conversation

Since: 2.0
Author: Buba Suma ([email protected])
Inheritance: extends bubasuma\simplechat\db\Conversation
Datei anzeigen Open project: bubasuma/yii2-simplechat Class Usage Examples

Public Methods

Method Description
fields ( )
formatDate ( $value )
getContact ( ) : ActiveQuery
getDeleteUrl ( )
getLoadUrl ( )
getReadUrl ( )
getSendUrl ( )
getUnreadUrl ( )

Protected Methods

Method Description
baseQuery ( $userId )

Method Details

baseQuery() protected static method

protected static baseQuery ( $userId )

fields() public method

public fields ( )

formatDate() public static method

public static formatDate ( $value )

getContact() public method

public getContact ( ) : ActiveQuery
return yii\db\ActiveQuery

getDeleteUrl() public method

public getDeleteUrl ( )

getLoadUrl() public method

public getLoadUrl ( )

getReadUrl() public method

public getReadUrl ( )

getSendUrl() public method

public getSendUrl ( )

getUnreadUrl() public method

public getUnreadUrl ( )