Exemplo n.º 1
0
 private function keyExists(Id $id)
 {
     if (!isset($this->data[$id->getId()])) {
         throw new \OutOfBoundsException($id->getId() . ' doesn\'t exists.');
     }
 }