@@ -27,7 +27,7 @@ class FlexiBeeRO extends \Ease\Sand
2727 *
2828 * @var string
2929 */
30- public static $ libVersion = '1.30.1 ' ;
30+ public static $ libVersion = '1.32 ' ;
3131
3232 /**
3333 * Základní namespace pro komunikaci s FlexiBee.
@@ -1638,7 +1638,7 @@ public function getAllFromFlexibee($conditions = null, $indexBy = null)
16381638 $ flexiData = $ this ->getFlexiData ('' , $ conditions );
16391639
16401640 if (!is_null ($ indexBy )) {
1641- $ flexiData = $ this -> reindexArrayBy ($ flexiData );
1641+ $ flexiData = \ Ease \Functions:: reindexArrayBy ($ flexiData );
16421642 }
16431643
16441644 return $ flexiData ;
@@ -1687,7 +1687,7 @@ public function getColumnsFromFlexibee($columnsList, $conditions = [],
16871687
16881688 if (is_string ($ indexBy ) && is_array ($ flexiData ) && array_key_exists (0 ,
16891689 $ flexiData ) && array_key_exists ($ indexBy , $ flexiData [0 ])) {
1690- $ flexiData = $ this -> reindexArrayBy ($ flexiData , $ indexBy );
1690+ $ flexiData = \ Ease \Functions:: reindexArrayBy ($ flexiData , $ indexBy );
16911691 }
16921692
16931693 return $ flexiData ;
@@ -2661,7 +2661,7 @@ public function getReportsInfo()
26612661 if (\Ease \jQuery \Part::isAssoc ($ reportsRaw ['reports ' ]['report ' ])) {
26622662 $ reports = [$ reportsRaw ['reports ' ]['report ' ]['reportId ' ] => $ reportsRaw ['reports ' ]['report ' ]];
26632663 } else {
2664- $ reports = self ::reindexArrayBy ($ reportsRaw ['reports ' ]['report ' ],
2664+ $ reports = \ Ease \Functions ::reindexArrayBy ($ reportsRaw ['reports ' ]['report ' ],
26652665 'reportId ' );
26662666 }
26672667 }
0 commit comments