NinjaMutex\Lock\FlockLock::getFilePath PHP 메소드

getFilePath() 보호된 메소드

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