프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
메소드 | 설명 | |
---|---|---|
__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 OutputInterface,Symfony\Component\Console\Output $output | ||
리턴 | Symfony\Component\Console\Output\OutputInterface |