PHP Class Bluz\Auth\AbstractTable

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

Protected Properties

Property Type Description
$primary Primary key(s)
$table Table

Public Methods

Method Description
getAuthRow ( string $provider, string $foreignKey ) : AbstractRow Get AuthRow

Protected Methods

Method Description
generateSecret ( integer $id ) : string Generate Secret token

Method Details

generateSecret() protected method

Generate Secret token
protected generateSecret ( integer $id ) : string
$id integer
return string

getAuthRow() public method

Get AuthRow
public getAuthRow ( string $provider, string $foreignKey ) : AbstractRow
$provider string
$foreignKey string
return AbstractRow

Property Details

$primary protected property

Primary key(s)
protected $primary

$table protected property

Table
protected $table