1 | <?php |
||
11 | class ThreemaGateway_Option_PhpKeyStorePath |
||
12 | { |
||
13 | /** |
||
14 | * Verifies the existence of the path. |
||
15 | * |
||
16 | * @param string $phpKeystore Input |
||
17 | * @param XenForo_DataWriter $dataWriter |
||
18 | * @param string $fieldName Name of field/option |
||
19 | * |
||
20 | * @return bool |
||
21 | */ |
||
22 | public static function verifyOption(&$phpKeystore, XenForo_DataWriter $dataWriter, $fieldName) |
||
45 | } |
||
46 |