| 1 | <?php |
||
| 14 | class ThreemaGateway_Helper_UserField |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Checks the custom Threema ID user field. |
||
| 18 | * |
||
| 19 | * This basically only passes the request to |
||
| 20 | * ThreemaGateway_Handler_Verification->checkThreemaId(). |
||
| 21 | * |
||
| 22 | * @param string $field The field id |
||
| 23 | * @param string $value The entered value |
||
| 24 | * @param mixed $error |
||
| 25 | * @return bool |
||
| 26 | */ |
||
| 27 | public static function verifyThreemaId($field, &$value, &$error) |
||
| 36 | } |
||
| 37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.