Home
last modified time | relevance | path

Searched refs:lastIdByScope (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
H A DIdManager.php21 private array $lastIdByScope = []; variable in ComboStrap\\IdManager
78 $lastId = $this->lastIdByScope[$scope] ?? null;
84 $this->lastIdByScope[$scope] = $lastId;