VersionPress\Synchronizers\SynchronizerFactory::createSynchronizer PHP Метод

createSynchronizer() публичный Метод

public createSynchronizer ( $entityName ) : Synchronizer
$entityName
Результат Synchronizer
    public function createSynchronizer($entityName)
    {
        return new Synchronizer($this->getStorage($entityName), $this->database, $this->dbSchema->getEntityInfo($entityName), $this->dbSchema, $this->vpidRepository, $this->urlReplacer, $this->shortcodesReplacer, $this->tableSchemaStorage);
    }