Users::getUserByAccount PHP Method

getUserByAccount() public method

public getUserByAccount ( $account )
    public function getUserByAccount($account)
    {
        return $this->getUser(['uc_members.username' => $account]);
    }