| 1 | <?php |
||
| 11 | class ThreemaGateway_Option_ThreemaGatewayId |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Verifies the Threema ID format. |
||
| 15 | * |
||
| 16 | * @param string $threemaid Input threema ID |
||
| 17 | * @param XenForo_DataWriter $dataWriter |
||
| 18 | * @param string $fieldName Name of field/option |
||
| 19 | * |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | public static function verifyOption(&$threemaid, XenForo_DataWriter $dataWriter, $fieldName) |
||
| 35 | } |
||
| 36 |