bubasuma\simplechat\models\Conversation::getContact PHP Method

getContact() public method

public getContact ( ) : ActiveQuery
return yii\db\ActiveQuery
    public function getContact()
    {
        return $this->hasOne(User::className(), ['id' => 'contact_id']);
    }