PHP Трейт PHPPM\Commands\ConfigTrait

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$file

Защищенные методы

Метод Описание
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 )

Описание методов

configurePPMOptions() защищенный Метод

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

getConfigPath() защищенный Метод

protected getConfigPath ( ) : string | null
Результат string | null

initializeConfig() защищенный Метод

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
Результат array | mixed

loadConfig() защищенный Метод

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 optionOrConfigValue ( Symfony\Component\Console\Input\InputInterface $input, $name, $config )
$input Symfony\Component\Console\Input\InputInterface

renderConfig() защищенный Метод

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

Описание свойств

$file защищенное свойство

protected $file