| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | class CommandUtilityFacade |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Wrapper function for php exec function |
||
| 27 | * Needs to be central to have better control and possible fix for issues |
||
| 28 | * |
||
| 29 | * @param string $command |
||
| 30 | * @param array|null $output |
||
| 31 | * @param int $returnValue |
||
| 32 | * @return string |
||
| 33 | */ |
||
| 34 | public function exec($command, &$output = null, &$returnValue = 0) |
||
| 39 |