final class DirectoryPathGenerator (View source)

Methods

__construct(string $rootPath = '', string $algo = 'sha256')
string
generate(int $module, int $type = 0, string|int|null $id = null, int|null $depth = null)
string

Details

__construct

__construct(string $rootPath = '', string $algo = 'sha256')

No description

Parameters

string $rootPath
string $algo

generate

string generate(int $module, int $type = 0, string|int|null $id = null, int|null $depth = null)

No description

Parameters

int $module
int $type
string|int|null $id
int|null $depth

Return Value

string