Skip to content

Commit 187cd1a

Browse files
committed
Updated: doc about result object
1 parent b401328 commit 187cd1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,9 @@ You can provide your own `adapter`, you just need to create a new class which im
524524

525525
You can also write your own `provider` by implementing the `ProviderInterface`.
526526

527-
Note, the `AbstractProvider` class can help you by providing useful features.
527+
You can provide your own `result` by extending `ResultFactory` and implementing `ResultInterface` if your provider returns more informations than the default one.
528+
529+
Note, `AbstractProvider` and `AbstractResult` clasess can help you by providing useful features.
528530

529531
You can provide your own `dumper` by implementing the `DumperInterface`.
530532

0 commit comments

Comments
 (0)