Property | Type | Description | |
---|---|---|---|
$mageScript | string |
Method | Description | |
---|---|---|
isEnabled ( ) : boolean |
Method | Description | |
---|---|---|
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[] |
Method | Description | |
---|---|---|
findMageScript ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
protected askForAlternativePackage ( array $alternatives, Symfony\Component\Console\Output\OutputInterface $output ) : string | ||
$alternatives | array | |
$output | Symfony\Component\Console\Output\OutputInterface | |
return | string |
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 | |
return | string |
protected matchConnectLine ( string $line ) : string[] | ||
$line | string | |
return | string[] |