1 | <?php |
||
23 | class RecaptchaFactory implements FactoryInterface |
||
24 | { |
||
25 | |||
26 | /** |
||
27 | * @param array $arguments |
||
28 | * @return InvisibleRecaptcha |
||
29 | * @throws InvalidDataTypeException |
||
30 | * @throws InvalidInterfaceException |
||
31 | * @throws InvalidArgumentException |
||
32 | */ |
||
33 | public static function create($arguments = array()) |
||
40 | |||
41 | |||
42 | |||
43 | /** |
||
44 | * @param array $arguments |
||
45 | * @return RecaptchaAdminSettings |
||
46 | * @throws InvalidDataTypeException |
||
47 | * @throws InvalidInterfaceException |
||
48 | * @throws InvalidArgumentException |
||
49 | */ |
||
50 | public static function getAdminModule($arguments = array()) |
||
57 | } |
||
58 |