@@ -1272,7 +1272,6 @@ discard block |
||
1272 | 1272 | * e adiciona ao grupo ide |
1273 | 1273 | * #35 |
1274 | 1274 | * Nível: 2 |
1275 | - * @param string $toma Tomador do Serviço |
|
1276 | 1275 | * @param stdClass $std |
1277 | 1276 | * @return \DOMElement |
1278 | 1277 | */ |
@@ -1967,6 +1966,7 @@ discard block |
||
1967 | 1966 | * Os parâmetros para esta função são todos os elementos da tag "ObsCont" do |
1968 | 1967 | * tipo elemento (Ele = E|CE|A) e nível 3 |
1969 | 1968 | * |
1969 | + * @param stdClass $std |
|
1970 | 1970 | * @return boolean |
1971 | 1971 | */ |
1972 | 1972 | public function tagobsCont($std) |
@@ -2000,6 +2000,7 @@ discard block |
||
2000 | 2000 | * Os parâmetros para esta função são todos os elementos da tag "ObsFisco" do tipo |
2001 | 2001 | * elemento (Ele = E|CE|A) e nível 3 |
2002 | 2002 | * |
2003 | + * @param stdClass $std |
|
2003 | 2004 | * @return boolean |
2004 | 2005 | */ |
2005 | 2006 | public function tagobsFisco($std) |
@@ -2033,6 +2034,7 @@ discard block |
||
2033 | 2034 | * Os parâmetros para esta função são todos os elementos da tag "emit" do |
2034 | 2035 | * tipo elemento (Ele = E|CE|A) e nível 2 |
2035 | 2036 | * |
2037 | + * @param stdClass $std |
|
2036 | 2038 | * @return \DOMElement |
2037 | 2039 | */ |
2038 | 2040 | public function tagemit($std) |
@@ -2084,6 +2086,7 @@ discard block |
||
2084 | 2086 | * Os parâmetros para esta função são todos os elementos da tag "enderEmit" do |
2085 | 2087 | * tipo elemento (Ele = E|CE|A) e nível 3 |
2086 | 2088 | * |
2089 | + * @param stdClass $std |
|
2087 | 2090 | * @return \DOMElement |
2088 | 2091 | */ |
2089 | 2092 | public function tagenderEmit($std) |
@@ -2680,6 +2683,7 @@ discard block |
||
2680 | 2683 | * Os parâmetros para esta função são todos os elementos da tag "dest" do |
2681 | 2684 | * tipo elemento (Ele = E|CE|A) e nível 2 |
2682 | 2685 | * |
2686 | + * @param stdClass $std |
|
2683 | 2687 | * @return \DOMElement |
2684 | 2688 | */ |
2685 | 2689 | public function tagdest($std) |
@@ -2769,6 +2773,7 @@ discard block |
||
2769 | 2773 | * Os parâmetros para esta função são todos os elementos da tag "enderDest" do |
2770 | 2774 | * tipo elemento (Ele = E|CE|A) e nível 3 |
2771 | 2775 | * |
2776 | + * @param stdClass $std |
|
2772 | 2777 | * @return \DOMElement |
2773 | 2778 | */ |
2774 | 2779 | public function tagenderDest($std) |
@@ -2916,6 +2921,7 @@ discard block |
||
2916 | 2921 | * Informações relativas ao ICMS |
2917 | 2922 | * #194 |
2918 | 2923 | * |
2924 | + * @param stdClass $std |
|
2919 | 2925 | * @return DOMElement |
2920 | 2926 | */ |
2921 | 2927 | public function tagicms($std) |
@@ -3370,6 +3376,7 @@ discard block |
||
3370 | 3376 | * Gera as tags para o elemento: "infNFe" (Informações das NF-e) |
3371 | 3377 | * #297 |
3372 | 3378 | * Nível: 3 |
3379 | + * @param stdClass $std |
|
3373 | 3380 | * @return mixed |
3374 | 3381 | */ |
3375 | 3382 | public function taginfNFe($std) |
@@ -3532,7 +3539,6 @@ discard block |
||
3532 | 3539 | * Gera as tags para o elemento: "infModal" (Informações do modal) |
3533 | 3540 | * #366 |
3534 | 3541 | * Nível: 2 |
3535 | - * @param string $versaoModal |
|
3536 | 3542 | * @return DOMElement|\DOMNode |
3537 | 3543 | */ |
3538 | 3544 | public function taginfModal($std) |
@@ -3701,7 +3707,6 @@ discard block |
||
3701 | 3707 | |
3702 | 3708 | /** |
3703 | 3709 | * CT-e de substituição - tomaICMS |
3704 | - * @param type $std |
|
3705 | 3710 | * @return type |
3706 | 3711 | */ |
3707 | 3712 | public function tagtomaICMS() |
@@ -3713,7 +3718,7 @@ discard block |
||
3713 | 3718 | |
3714 | 3719 | /** |
3715 | 3720 | * CT-e de substituição - NF-e |
3716 | - * @param type $std |
|
3721 | + * @param stdClass $std |
|
3717 | 3722 | * @return type |
3718 | 3723 | */ |
3719 | 3724 | public function tagrefNFe($std) |
@@ -3735,7 +3740,7 @@ discard block |
||
3735 | 3740 | |
3736 | 3741 | /** |
3737 | 3742 | * CT-e de substituição - NF |
3738 | - * @param type $std |
|
3743 | + * @param stdClass $std |
|
3739 | 3744 | * @return type |
3740 | 3745 | */ |
3741 | 3746 | public function tagrefNF($std) |
@@ -3778,7 +3783,7 @@ discard block |
||
3778 | 3783 | |
3779 | 3784 | /** |
3780 | 3785 | * CT-e de substituição - CT-e |
3781 | - * @param type $std |
|
3786 | + * @param stdClass $std |
|
3782 | 3787 | * @return type |
3783 | 3788 | */ |
3784 | 3789 | public function tagrefCTe($std) |
@@ -4102,6 +4107,7 @@ discard block |
||
4102 | 4107 | * Nível: 1 |
4103 | 4108 | * Os parâmetros para esta função são todos os elementos da tag "autXML" |
4104 | 4109 | * |
4110 | + * @param stdClass $std |
|
4105 | 4111 | * @return boolean |
4106 | 4112 | */ |
4107 | 4113 | public function tagautXML($std) |