PHP 트레잇 PHPPM\Commands\ConfigTrait

파일 보기 프로젝트 열기: php-pm/php-pm

보호된 프로퍼티들

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