NinjaMutex\Lock\FlockLock::getFilePath PHP Method

getFilePath() protected method

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