PHP Class Cartalyst\Sentinel\Persistences\EloquentPersistence

Inheritance: extends Illuminate\Database\Eloquent\Model, implements PersistenceInterface
Show file Open project: cartalyst/sentinel Class Usage Examples

Protected Properties

Property Type Description
$table {@inheritDoc}
$usersModel string The users model name.

Public Methods

Method Description
getUsersModel ( ) : string Get the users model.
setUsersModel ( string $usersModel ) : void Set the users model.
user ( ) {@inheritDoc}

Method Details

getUsersModel() public static method

Get the users model.
public static getUsersModel ( ) : string
return string

setUsersModel() public static method

Set the users model.
public static setUsersModel ( string $usersModel ) : void
$usersModel string
return void

user() public method

{@inheritDoc}
public user ( )

Property Details

$table protected property

{@inheritDoc}
protected $table

$usersModel protected static property

The users model name.
protected static string $usersModel
return string