| 1 | <?php |
||
| 17 | class krzip extends ModuleObject |
||
| 18 | { |
||
| 19 | public static $sequence_id = 0; |
||
| 20 | |||
| 21 | public static $default_config = array('api_handler' => 0, 'postcode_format' => 5, 'show_box' => 'all'); |
||
| 22 | |||
| 23 | public static $api_list = array('daumapi', 'epostapi'); |
||
| 24 | |||
| 25 | public static $epostapi_host = 'http://biz.epost.go.kr/KpostPortal/openapi'; |
||
| 26 | |||
| 27 | function moduleInstall() |
||
| 31 | |||
| 32 | function moduleUninstall() |
||
| 36 | |||
| 37 | function checkUpdate() |
||
| 41 | |||
| 42 | function moduleUpdate() |
||
| 46 | |||
| 47 | public function makeObject($code = 0, $message = 'success') |
||
| 51 | } |
||
| 52 | |||
| 55 |