bubasuma\simplechat\db\ConversationQuery::forUser PHP Method

forUser() public method

Since: 2.0
public forUser ( integer $userId )
$userId integer
    public function forUser($userId)
    {
        return $this->addParams(['userId' => $userId]);
    }
ConversationQuery