Home
last modified time | relevance | path

Searched refs:path_prefix (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Factories/
H A DFilesystemFactory.php43 * @param string $path_prefix
47 public function data(string $path_prefix = ''): FilesystemOperator argument
51 if ($path_prefix !== '') {
52 $adapter = new PathPrefixedAdapter($adapter, $path_prefix);
71 * @param string $path_prefix
75 public function root(string $path_prefix = ''): FilesystemOperator argument
79 if ($path_prefix !== '') {
80 $adapter = new PathPrefixedAdapter($adapter, $path_prefix);
/webtrees/app/Contracts/
H A DFilesystemFactoryInterface.php39 * @param string $path_prefix
43 public function data(string $path_prefix = ''): FilesystemOperator; argument
48 * @param string $path_prefix
52 public function root(string $path_prefix = ''): FilesystemOperator; argument