PHP 클래스 Composer\Satis\Builder\Builder

저자: James Hautot ([email protected])
상속: implements Composer\Satis\Builder\BuilderInterface
파일 보기 프로젝트 열기: composer/satis 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$config 보호되어 있는 프로퍼티

The parameters from ./satis.json.
protected array $config
리턴 array

$output 보호되어 있는 프로퍼티

The output Interface.
protected OutputInterface,Symfony\Component\Console\Output $output
리턴 Symfony\Component\Console\Output\OutputInterface

$outputDir 보호되어 있는 프로퍼티

The directory where to build.
protected string $outputDir
리턴 string

$skipErrors 보호되어 있는 프로퍼티

Skips Exceptions if true.
protected bool $skipErrors
리턴 boolean