PHP Class Bluz\Auth\AbstractTable

See also: Table::findRow()
See also: Table::findRowWhere()
Author: Anton Shevchuk
Inheritance: extends Bluz\Db\Table
Afficher le fichier Open project: bluzphp/framework

Protected Properties

Свойство Type Description
$primary Primary key(s)
$table Table

Méthodes publiques

Méthode Description
getAuthRow ( string $provider, string $foreignKey ) : AbstractRow Get AuthRow

Méthodes protégées

Méthode Description
generateSecret ( integer $id ) : string Generate Secret token

Method Details

generateSecret() protected méthode

Generate Secret token
protected generateSecret ( integer $id ) : string
$id integer
Résultat string

getAuthRow() public méthode

Get AuthRow
public getAuthRow ( string $provider, string $foreignKey ) : AbstractRow
$provider string
$foreignKey string
Résultat AbstractRow

Property Details

$primary protected_oe property

Primary key(s)
protected $primary

$table protected_oe property

Table
protected $table