Home
last modified time | relevance | path

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

/web-bugs/src/Container/
H A DContainer.php25 private $store = []; variable in App\\Container\\Container
61 if (!isset($this->store[$id])) {
62 $this->store[$id] = $this->createEntry($id);
65 return $this->store[$id];

Completed in 3 milliseconds