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;
    }