| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 35 | public function execute() |
||
| 36 | { |
||
| 37 | $sitecodes = (array) $this->{$this->fieldSite}; |
||
| 38 | $controllers = (array) $this->{$this->fieldController}; |
||
| 39 | $tsconfig = $this->{$this->fieldTSconfig}; |
||
| 40 | |||
| 41 | Scheduler\Base::execute(Base::parseTS($tsconfig), [], $controllers, $sitecodes); |
||
| 42 | |||
| 43 | return true; |
||
| 44 | } |
||
| 46 |