Searched refs:store (Results 1 – 1 of 1) sorted by relevance
25 private $store = []; variable in App\\Container\\Container61 if (!isset($this->store[$id])) {62 $this->store[$id] = $this->createEntry($id);65 return $this->store[$id];
Completed in 3 milliseconds