public function __invoke($helper) { if (array_key_exists($helper, $this->helpers)) { return $this->helpers[$helper]; } }