コード例 #1
0
ファイル: eNotasGW.php プロジェクト: eNotasGW/php-client
 private static function init()
 {
     self::$_proxy = self::createProxy();
     self::$NFeApi = new api\nfeApi(self::$_proxy);
     self::$EmpresaApi = new api\empresaApi(self::$_proxy);
     self::$PrefeituraApi = new api\prefeituraApi(self::$_proxy);
     self::$ServicosMunicipaisApi = new api\servicosMunicipaisApi(self::$_proxy);
 }
コード例 #2
0
ファイル: eNotasGW.php プロジェクト: jojovem/php-client
 private static function init()
 {
     self::$_proxy = self::createProxy();
     self::$NFeApi = new api\nfeApi(self::$_proxy);
 }