PHP Trait PHPPM\Commands\ConfigTrait

Afficher le fichier Open project: php-pm/php-pm

Protected Properties

Свойство Type Description
$file

Méthodes protégées

Méthode Description
configurePPMOptions ( Command $command )
getConfigPath ( ) : string | null
initializeConfig ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $render = true ) : array | mixed
loadConfig ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
optionOrConfigValue ( Symfony\Component\Console\Input\InputInterface $input, $name, $config )
renderConfig ( Symfony\Component\Console\Output\OutputInterface $output, array $config )

Method Details

configurePPMOptions() protected méthode

protected configurePPMOptions ( Command $command )
$command Symfony\Component\Console\Command\Command

getConfigPath() protected méthode

protected getConfigPath ( ) : string | null
Résultat string | null

initializeConfig() protected méthode

protected initializeConfig ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $render = true ) : array | mixed
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$render boolean
Résultat array | mixed

loadConfig() protected méthode

protected loadConfig ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

optionOrConfigValue() protected méthode

protected optionOrConfigValue ( Symfony\Component\Console\Input\InputInterface $input, $name, $config )
$input Symfony\Component\Console\Input\InputInterface

renderConfig() protected méthode

protected renderConfig ( Symfony\Component\Console\Output\OutputInterface $output, array $config )
$output Symfony\Component\Console\Output\OutputInterface
$config array

Property Details

$file protected_oe property

protected $file