19declare(strict_types=1);
31class Factory implements ilPollImageFactoryInterface
34 protected ilResourceStorageServices
$irss;
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