PHP Class Cartalyst\Sentinel\Checkpoints\NotActivatedException

Inheritance: extends RuntimeExceptio\RuntimeException
Datei anzeigen Open project: cartalyst/sentinel Class Usage Examples

Protected Properties

Property Type Description
$user Cartalyst\Sentinel\Users\UserInterface The user which caused the exception.

Public Methods

Method Description
getUser ( ) : Cartalyst\Sentinel\Users\UserInterface Returns the user.
setUser ( Cartalyst\Sentinel\Users\UserInterface $user ) : void Sets the user associated with Sentinel (does not log in).

Method Details

getUser() public method

Returns the user.
public getUser ( ) : Cartalyst\Sentinel\Users\UserInterface
return Cartalyst\Sentinel\Users\UserInterface

setUser() public method

Sets the user associated with Sentinel (does not log in).
public setUser ( Cartalyst\Sentinel\Users\UserInterface $user ) : void
$user Cartalyst\Sentinel\Users\UserInterface
return void

Property Details

$user protected_oe property

The user which caused the exception.
protected UserInterface,Cartalyst\Sentinel\Users $user
return Cartalyst\Sentinel\Users\UserInterface