PHP 클래스 N98\Magento\Command\MagentoConnect\AbstractConnectCommand

상속: extends N98\Magento\Command\AbstractMagentoCommand
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$mageScript string

공개 메소드들

메소드 설명
isEnabled ( ) : boolean

보호된 메소드들

메소드 설명
askForAlternativePackage ( array $alternatives, Symfony\Component\Console\Output\OutputInterface $output ) : string
callMageScript ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string $mageScriptParams ) : string
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
isAlternative ( string $packageName, string $searchPackageName ) : boolean
matchConnectLine ( string $line ) : string[]

비공개 메소드들

메소드 설명
findMageScript ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

askForAlternativePackage() 보호된 메소드

protected askForAlternativePackage ( array $alternatives, Symfony\Component\Console\Output\OutputInterface $output ) : string
$alternatives array
$output Symfony\Component\Console\Output\OutputInterface
리턴 string

callMageScript() 보호된 메소드

protected callMageScript ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, string $mageScriptParams ) : string
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$mageScriptParams string
리턴 string

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | void
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
리턴 integer | void

isAlternative() 보호된 메소드

protected isAlternative ( string $packageName, string $searchPackageName ) : boolean
$packageName string
$searchPackageName string
리턴 boolean

isEnabled() 공개 메소드

public isEnabled ( ) : boolean
리턴 boolean

matchConnectLine() 보호된 메소드

protected matchConnectLine ( string $line ) : string[]
$line string
리턴 string[]

프로퍼티 상세

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

protected string $mageScript
리턴 string