File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1515 " FinTech"
1616 ],
1717 "require" : {
18+ "php" : " ^8.1" ,
1819 "ext-json" : " *" ,
1920 "ext-curl" : " *" ,
2021 "ext-gettext" : " *" ,
21- "vitexsoftware/ease-core" : " ^1.45 "
22+ "vitexsoftware/ease-core" : " ^1.48 "
2223 },
2324 "autoload" : {
2425 "psr-4" : {
3839 "roave/security-advisories" : " dev-latest" ,
3940 "phpunit/phpunit" : " *" ,
4041 "phpstan/phpstan" : " *" ,
41- "friendsofphp/php-cs-fixer" : " ^3.61 " ,
42- "ergebnis/composer-normalize" : " ^2.43 " ,
43- "ergebnis/php-cs-fixer-config" : " ^6.34 "
42+ "friendsofphp/php-cs-fixer" : " ^3.75 " ,
43+ "ergebnis/composer-normalize" : " ^2.47 " ,
44+ "ergebnis/php-cs-fixer-config" : " ^6.46 "
4445 },
4546 "scripts" : {
4647 "post-install-cmd" : [
Original file line number Diff line number Diff line change 1414
1515namespace AbraFlexi ;
1616
17+ use AbraFlexi \Functions ;
18+
1719/**
1820 * Základní třída pro čtení z AbraFlexi.
1921 *
@@ -931,7 +933,7 @@ public function updateApiURL(): void
931933 }
932934
933935 if (!empty ($ rowIdentifier )) {
934- $ this ->apiURL .= '/ ' .self ::urlEncode ((string ) $ rowIdentifier );
936+ $ this ->apiURL .= '/ ' . Functions ::urlEncode ((string ) $ rowIdentifier );
935937 }
936938
937939 $ this ->apiURL .= '. ' .$ this ->format ;
@@ -1550,7 +1552,7 @@ public function loadFromAbraFlexi($id = null)
15501552 $ id = $ this ->getMyKey ();
15511553 }
15521554
1553- $ flexidata = $ this ->getFlexiData ($ this ->getEvidenceUrl ().'/ ' .(\is_array ($ id ) ? '' : self ::urlizeId ($ id )), \is_array ($ id ) ? $ id : '' );
1555+ $ flexidata = $ this ->getFlexiData ($ this ->getEvidenceUrl ().'/ ' .(\is_array ($ id ) ? '' : Functions ::urlizeId ($ id )), \is_array ($ id ) ? $ id : '' );
15541556
15551557 if ($ this ->lastResponseCode === 200 ) {
15561558 $ this ->apiURL = $ this ->curlInfo ['url ' ];
@@ -1921,7 +1923,7 @@ public function getRecordID()
19211923 */
19221924 public function getRecordCode ()
19231925 {
1924- return empty ($ this ->getDataValue ('kod ' )) ? null : self ::code ($ this ->getDataValue ('kod ' ));
1926+ return empty ($ this ->getDataValue ('kod ' )) ? null : Functions ::code ($ this ->getDataValue ('kod ' ));
19251927 }
19261928
19271929 /**
You can’t perform that action at this time.
0 commit comments