NinjaMutex\Lock\DirectoryLock::getDirectoryPath PHP Méthode

getDirectoryPath() protected méthode

protected getDirectoryPath ( string $name ) : string
$name string
Résultat string
    protected function getDirectoryPath($name)
    {
        return $this->dirname . DIRECTORY_SEPARATOR . $name . '.lock';
    }