PHP Class Composer\Satis\Builder\Builder

Author: James Hautot ([email protected])
Inheritance: implements Composer\Satis\Builder\BuilderInterface
显示文件 Open project: composer/satis Class Usage Examples

Protected Properties

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.

Public Methods

Method Description
__construct ( Symfony\Component\Console\Output\OutputInterface $output, string $outputDir, array $config, boolean $skipErrors ) Base Constructor.

Method Details

__construct() public method

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

Property Details

$config protected_oe property

The parameters from ./satis.json.
protected array $config
return array

$output protected_oe property

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

$outputDir protected_oe property

The directory where to build.
protected string $outputDir
return string

$skipErrors protected_oe property

Skips Exceptions if true.
protected bool $skipErrors
return boolean