1
0
This commit is contained in:
2022-09-21 14:01:45 +02:00
parent 0a30f39eb4
commit cfee4d93d0
349 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
## public static Condorcet::getDefaultMethod
### Description
```php
public static Condorcet::getDefaultMethod ( ): ?string
```
Return the Condorcet static default method.
### Return value:
*(```?string```)* Method name.
---------------------------------------
### Related method(s)
* [static Condorcet::getAuthMethods](../Condorcet%20Class/public%20static%20Condorcet--getAuthMethods.md)
* [static Condorcet::setDefaultMethod](../Condorcet%20Class/public%20static%20Condorcet--setDefaultMethod.md)