yii\mutex\FileMutex::getLockFilePath PHP 메소드

getLockFilePath() 보호된 메소드

Generate path for lock file.
부터: 2.0.10
protected getLockFilePath ( string $name ) : string
$name string
리턴 string
    protected function getLockFilePath($name)
    {
        return $this->mutexPath . DIRECTORY_SEPARATOR . md5($name) . '.lock';
    }