Baleen\Migrations\Migration\VersionRepository\Mapper\DirectoryRepositoryMapper

class DirectoryRepositoryMapper
__construct($path, $pattern = self::PATTERN_DEFAULT, FactoryInterface $migrationFactory = null, ComparatorInterface $comparator = null)
Parameters:
doFetchAll()
setMigrationFactory(FactoryInterface $factory)

{@inheritdoc}

Parameters:
getMigrationFactory()

Returns the migration factory. Creates a new SimpleFactory object for it if none was configured.

Returns:FactoryInterface
fetchAll()

{@inheritdoc}

Returns:Linked
setComparator(ComparatorInterface $comparator)
Parameters:
getComparator()
Returns:ComparatorInterface