Cartalyst\Sentinel\Persistences\PersistenceRepositoryInterface::persist PHP 메소드

persist() 공개 메소드

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
리턴 boolean
    public function persist(PersistableInterface $persistable, $remember = false);