Neos\Flow\Core\LockManager::getLockPath PHP 메소드

getLockPath() 보호된 메소드

Returns the absolute path to a directory that should contain the lock files
protected getLockPath ( ) : string
리턴 string
    protected function getLockPath()
    {
        return FLOW_PATH_TEMPORARY;
    }