Method | Description | |
---|---|---|
__construct ( string $repositoryPath, Puli\Repository\Api\EditableRepository $repo, Puli\Manager\Repository\Mapping\PathMappingCollection $mappings, |
||
execute ( ) | ||
rollback ( ) | ||
takeSnapshot ( ) | Records which mappings are currently enabled for the repository path. |
Method | Description | |
---|---|---|
add ( $repositoryPath, array $filesystemPaths ) | ||
addInOrder ( array $filesystemPaths ) | ||
createResource ( $filesystemPath ) | ||
filterEnabledMappings ( string $repositoryPath, array &$inMappings, array &$outMappings, array &$processedPaths = [] ) | ||
getEnabledFilesystemPaths ( $repositoryPath ) | ||
getShortestRepositoryPath ( array $filesystemPathsBefore, array $filesystemPathsAfter ) | ||
remove ( $repositoryPath ) | ||
replace ( array $filesystemPathsBefore, array $filesystemPathsAfter ) | ||
sync ( array $filesystemPathsBefore, array $filesystemPathsAfter ) |
public __construct ( string $repositoryPath, Puli\Repository\Api\EditableRepository $repo, Puli\Manager\Repository\Mapping\PathMappingCollection $mappings, |
||
$repositoryPath | string | |
$repo | Puli\Repository\Api\EditableRepository | |
$mappings | Puli\Manager\Repository\Mapping\PathMappingCollection | |
$overrideGraph |
public takeSnapshot ( ) |