8889841cwp-content/plugins/wp-job-board-pro/libraries/mpdf/mpdf/mpdf/src/Container/SimpleContainer.php000064400000001036150515567220033612 0ustar00home/clixcotz/gj.clix.co.tzservices = $services; } public function get($id) { if (!$this->has($id)) { throw new \Mpdf\Container\NotFoundException(sprintf('Unable to find service of key "%s"', $id)); } return $this->services[$id]; } public function has($id) { return isset($this->services[$id]); } public function getServices() { return $this->services; } }