19 declare(strict_types=1);
31 class Factory implements ilPollImageFactoryInterface
39 $this->db = $DIC->database();
40 $this->irss = $DIC->resourceStorage();
43 public function repository(): ilPollImageRepositoryFactoryInterface
45 return new ilPollImageRepositoryFactory(
51 public function handler(): ilPollImageInterface
53 return new ilPollImage(
ilResourceStorageServices $irss
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...