Property | Type | Description | |
---|---|---|---|
$config | array | The parameters from ./satis.json. | |
$output | Symfony\Component\Console\Output\OutputInterface | The output Interface. | |
$outputDir | string | The directory where to build. | |
$skipErrors | boolean | Skips Exceptions if true. |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\Console\Output\OutputInterface $output, string $outputDir, array $config, boolean $skipErrors ) | Base Constructor. |
public __construct ( Symfony\Component\Console\Output\OutputInterface $output, string $outputDir, array $config, boolean $skipErrors ) | ||
$output | Symfony\Component\Console\Output\OutputInterface | The output Interface |
$outputDir | string | The directory where to build |
$config | array | The parameters from ./satis.json |
$skipErrors | boolean | Skips Exceptions if true |
protected array $config | ||
return | array |
protected OutputInterface,Symfony\Component\Console\Output $output | ||
return | Symfony\Component\Console\Output\OutputInterface |
protected string $outputDir | ||
return | string |
protected bool $skipErrors | ||
return | boolean |