You are here

abstract public function GoogleAuthenticator::getData in Google Authenticator login 7

Same name and namespace in other branches
  1. 6 ga4php.php \GoogleAuthenticator::getData()
1 call to GoogleAuthenticator::getData()
GoogleAuthenticator::internalGetData in ./ga4php.php
Load internal data.
1 method overrides GoogleAuthenticator::getData()
GALoginGA::getData in ./ga_login.class.php
Load data associated with a user.

File

./ga4php.php, line 32
Abstract GoogleAuthenticator class.

Class

GoogleAuthenticator
@file Abstract GoogleAuthenticator class.

Code

public abstract function getData($username);