Happyr\LinkedIn\Authenticator::getStorage PHP Метод

getStorage() защищенный Метод

protected getStorage ( ) : Happyr\LinkedIn\Storage\DataStorageInterface
Результат Happyr\LinkedIn\Storage\DataStorageInterface
    protected function getStorage()
    {
        if ($this->storage === null) {
            $this->storage = new SessionStorage();
        }
        return $this->storage;
    }