Home\Model\UserTokenModel::getToken PHP Method

getToken() public method

public getToken ( $token )
    public function getToken($token)
    {
        return $this->where("token='{$token}'")->find();
    }