From 5a71c07143eeff1bae32108e6773a6d4928ef6ad Mon Sep 17 00:00:00 2001 From: Julien Boudry Date: Sun, 28 Jan 2024 18:47:03 +0100 Subject: [PATCH] Update documentation --- Docs/ApiReferences/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Docs/ApiReferences/README.md b/Docs/ApiReferences/README.md index 74889fa6..376cd981 100644 --- a/Docs/ApiReferences/README.md +++ b/Docs/ApiReferences/README.md @@ -1822,6 +1822,23 @@ _Including above methods from public API_ * protected sliceInput (array $input): void ``` +#### `CondorcetPHP\Condorcet\DataManager\DataHandlerDrivers\WoollyDriver\WoollyDriver implements CondorcetPHP\Condorcet\DataManager\DataHandlerDrivers\DataHandlerDriverInterface` +> [Read it at the source](https://github.com/julien-boudry/Condorcet/blob/master/src/DataManager/DataHandlerDrivers/WoollyDriver/WoollyDriver.php#L21) + +```php +* public string $voteColumnName +* readonly public MammothPHP\WoollyM\DataFrame $df + +* public __construct (MammothPHP\WoollyM\DataFrame $df = new MammothPHP\WoollyM\DataFrame) +* public countEntities (): int +* public deleteOneEntity (int $key, bool $justTry): ?int +* public insertEntities (array $input): void +* public selectMaxKey (): ?int +* public selectMinKey (): ?int +* public selectOneEntity (int $key): string|bool +* public selectRangeEntities (int $key, int $limit): array +``` + #### `CondorcetPHP\Condorcet\DataManager\VotesManager extends CondorcetPHP\Condorcet\DataManager\ArrayManager implements Traversable, Iterator, Countable, ArrayAccess` > [Read it at the source](https://github.com/julien-boudry/Condorcet/blob/master/src/DataManager/VotesManager.php#L21)