PHP Класс app\models\ApiSubscriber

Наследование: extends Illuminate\Database\Eloquent\Model, implements Illuminate\Contracts\Auth\Authenticatable, implements Tymon\JWTAuth\Contracts\JWTSubject, use trait Illuminate\Auth\Authenticatable
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$primaryKey
$table
$visible

Открытые методы

Метод Описание
getJWTCustomClaims ( ) : array Return a key value array, containing any custom claims to be added to the JWT
getJWTIdentifier ( ) : mixed Get the identifier that will be stored in the subject claim of the JWT
setPasswordAttribute ( $value )

Описание методов

getJWTCustomClaims() публичный Метод

Return a key value array, containing any custom claims to be added to the JWT
public getJWTCustomClaims ( ) : array
Результат array

getJWTIdentifier() публичный Метод

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
Результат mixed

setPasswordAttribute() публичный Метод

public setPasswordAttribute ( $value )
$value

Описание свойств

$primaryKey защищенное свойство

protected $primaryKey

$table защищенное свойство

protected $table

$visible защищенное свойство

protected $visible