1 | <?php |
||
34 | class Payone_Settings_Data_ConfigFile_PaymentMethod_Pseudo |
||
35 | extends Payone_Settings_Data_ConfigFile_PaymentMethod_Abstract |
||
36 | implements Payone_Settings_Data_ConfigFile_Interface |
||
37 | { |
||
38 | /** @var string */ |
||
39 | protected $key = ''; |
||
40 | |||
41 | /** |
||
42 | * @return string |
||
43 | */ |
||
44 | public function getKey() |
||
48 | |||
49 | /** |
||
50 | * @param string $key |
||
51 | */ |
||
52 | public function setKey($key) |
||
56 | } |
||
57 |