Imbo\Database\DatabaseInterface::imageExists PHP Method

imageExists() public method

Check if an image already exists
public imageExists ( string $user, string $imageIdentifier ) : boolean
$user string The user which the image belongs to who owns the image
$imageIdentifier string The image identifier
return boolean Returns true of the image exists, false otherwise
    function imageExists($user, $imageIdentifier);