Searched refs:entry (Results 1 – 1 of 1) sorted by relevance
45 public function set(string $key, $entry): void argument47 $this->entries[$key] = $entry;83 $entry = &$this->entries[$id];86 if (!class_exists($id) && !is_callable($entry)) {87 return $entry;91 if (class_exists($id) && !is_callable($entry)) {99 return $entry($this);
Completed in 3 milliseconds