From: Michael Wallner Date: Thu, 25 Sep 2014 12:04:23 +0000 (+0200) Subject: ConverterInterface -> Converter X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=09dbaa5318d186aba4cdc2d98e4b0161aff111a1;p=mdref%2Fmdref-pq ConverterInterface -> Converter --- diff --git a/pq/Connection/setConverter.md b/pq/Connection/setConverter.md index 0c71405..8f9dec7 100644 --- a/pq/Connection/setConverter.md +++ b/pq/Connection/setConverter.md @@ -1,11 +1,11 @@ -# void pq\Connection::setConverter(pq\ConverterInterface $converter) +# void pq\Connection::setConverter(pq\Converter $converter) Set a data type converter. ## Params: -* pq\ConverterInterface $converter - An instance implementing pq\ConverterInterface. +* pq\Converter $converter + An instance implementing pq\Converter. ## Throws: @@ -16,7 +16,7 @@ Set a data type converter.