Happyr\LinkedIn\Authenticator::getStorage PHP Méthode

getStorage() protected méthode

protected getStorage ( ) : Happyr\LinkedIn\Storage\DataStorageInterface
Résultat Happyr\LinkedIn\Storage\DataStorageInterface
    protected function getStorage()
    {
        if ($this->storage === null) {
            $this->storage = new SessionStorage();
        }
        return $this->storage;
    }