Jackalope\Transport\DoctrineDBAL\Client::pathExists PHP Method

pathExists() private method

Determine if a path exists already.
private pathExists ( string $path, string $workspaceName = null ) : boolean
$path string Path of the node
$workspaceName string To overwrite the current workspace
return boolean
    private function pathExists($path, $workspaceName = null)
    {
        return (bool) $this->getSystemIdForNode($path, $workspaceName);
    }