init(); } private function __clone() { return; } public static function getInstance() { if (!(self::$instance instanceof self)) { self::$instance = new self(); } return self::$instance; } public function init() { $this->config = [ 'merId' => '100000000000000', 'merKey' => '12345678901234567890123456789012', ]; } }