Свойство | Тип | Описание | |
---|---|---|---|
$_connectConfig |
Метод | Описание | |
---|---|---|
_getBasePackages ( ) : string[] | ||
_getBasePathFromTargetName ( string $targetName ) : string | ||
_getDownloaderConfigPath ( ) : string | ||
_getExtensionFileListFromSpecificConfig ( array $config ) : array | ||
_getInstalledPackages ( ) : array | ||
_getParentNode ( SimpleXMLElemen\SimpleXMLElement $node ) : mixed | ||
_getPathOfFileNodeToTarget ( SimpleXMLElemen\SimpleXMLElement $node, string $path = '' ) : string | ||
_getSpecificPackageConfig ( string $name ) : array | boolean | ||
_init ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
_loadConfig ( ) : boolean | mixed | ||
_optionOutput ( string $text, string $type, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Input\InputInterface $input ) | ||
_validateSpecificPackage ( string $package, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Input\InputInterface $input ) | ||
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getPathOfFileNodeToTarget ( SimpleXmlElement $node, string $path = '' ) : string |
protected _getBasePathFromTargetName ( string $targetName ) : string | ||
$targetName | string | |
Результат | string |
protected _getDownloaderConfigPath ( ) : string | ||
Результат | string |
protected _getExtensionFileListFromSpecificConfig ( array $config ) : array | ||
$config | array | |
Результат | array |
protected _getInstalledPackages ( ) : array | ||
Результат | array |
protected _getParentNode ( SimpleXMLElemen\SimpleXMLElement $node ) : mixed | ||
$node | SimpleXMLElemen\SimpleXMLElement | |
Результат | mixed |
protected _getPathOfFileNodeToTarget ( SimpleXMLElemen\SimpleXMLElement $node, string $path = '' ) : string | ||
$node | SimpleXMLElemen\SimpleXMLElement | |
$path | string | |
Результат | string |
protected _init ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected _loadConfig ( ) : boolean | mixed | ||
Результат | boolean | mixed |
protected _optionOutput ( string $text, string $type, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Input\InputInterface $input ) | ||
$text | string | |
$type | string | |
$output | Symfony\Component\Console\Output\OutputInterface | |
$input | Symfony\Component\Console\Input\InputInterface |
protected _validateSpecificPackage ( string $package, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Input\InputInterface $input ) | ||
$package | string | |
$output | Symfony\Component\Console\Output\OutputInterface | |
$input | Symfony\Component\Console\Input\InputInterface |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected getPathOfFileNodeToTarget ( SimpleXmlElement $node, string $path = '' ) : string | ||
$node | SimpleXmlElement | |
$path | string | |
Результат | string |