PHP Class GBUser, gitblog

Inheritance: extends GBAuthor
Afficher le fichier Open project: rsms/gitblog Class Usage Examples

Méthodes publiques

Свойство Type Description
$_storage
$admin
$passhash

Méthodes publiques

Méthode Description
__construct ( $name = null, $email = null, $passhash = null, $admin = false )
__set_state ( $state )
delete ( )
find ( $email = null )
findAdmin ( )
passhash ( $email, $passphrase, $context = 'gb-admin' )
save ( )
storage ( )

Method Details

__construct() public méthode

public __construct ( $name = null, $email = null, $passhash = null, $admin = false )

__set_state() static public méthode

static public __set_state ( $state )

delete() public méthode

public delete ( )

find() static public méthode

static public find ( $email = null )

findAdmin() static public méthode

static public findAdmin ( )

passhash() static public méthode

static public passhash ( $email, $passphrase, $context = 'gb-admin' )

save() public méthode

public save ( )

storage() static public méthode

static public storage ( )

Property Details

$_storage public_oe static_oe property

public static $_storage

$admin public_oe property

public $admin

$passhash public_oe property

public $passhash