ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilDerivedTaskService.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
4
12{
16 protected $_deps;
17
21 protected $service;
22
29 {
30 $this->_deps = $service->getDependencies();
31 $this->service = $service;
32 }
33
39 public function factory() : ilDerivedTaskFactory
40 {
41 return new ilDerivedTaskFactory($this->service);
42 }
43}
An exception for terminatinating execution or to throw for unit testing.
Factory for derived task subservice.
__construct(ilTaskService $service)
Constructor.
factory()
Subservice for derived tasks.