VersionPress\Synchronizers\SynchronizerFactory::getStorage PHP 메소드

getStorage() 개인적인 메소드

private getStorage ( $synchronizerName )
    private function getStorage($synchronizerName)
    {
        return $this->storageFactory->getStorage($synchronizerName);
    }