Imbo\Storage\StorageInterface::imageExists PHP Method

imageExists() public method

See if the image already exists
public imageExists ( string $user, string $imageIdentifier ) : DateTime
$user string The user which the image belongs to
$imageIdentifier string Image identifier
return DateTime Returns an instance of DateTime
    function imageExists($user, $imageIdentifier);