NinjaMutex\Lock\DirectoryLock::getDirectoryPath PHP Метод

getDirectoryPath() защищенный Метод

protected getDirectoryPath ( string $name ) : string
$name string
Результат string
    protected function getDirectoryPath($name)
    {
        return $this->dirname . DIRECTORY_SEPARATOR . $name . '.lock';
    }