Cartalyst\Sentinel\Persistences\PersistenceRepositoryInterface::persist PHP Method

persist() public method

Adds a new user persistence to the current session and attaches the user.
public persist ( Cartalyst\Sentinel\Persistences\PersistableInterface $persistable, boolean $remember = false ) : boolean
$persistable Cartalyst\Sentinel\Persistences\PersistableInterface
$remember boolean
return boolean
    public function persist(PersistableInterface $persistable, $remember = false);