PHP Класс Platformsh\Cli\Util\RelationshipsUtil

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$config
$output
$shellHelper

Открытые методы

Метод Описание
__construct ( Symfony\Component\Console\Output\OutputInterface $output, Platformsh\Cli\Helper\ShellHelperInterface $shellHelper = null, CliConfig $config = null )
chooseDatabase ( string $sshUrl, Symfony\Component\Console\Input\InputInterface $input ) : array | false
getRelationships ( string $sshUrl ) : array

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

__construct() публичный Метод

public __construct ( Symfony\Component\Console\Output\OutputInterface $output, Platformsh\Cli\Helper\ShellHelperInterface $shellHelper = null, CliConfig $config = null )
$output Symfony\Component\Console\Output\OutputInterface
$shellHelper Platformsh\Cli\Helper\ShellHelperInterface
$config Platformsh\Cli\CliConfig

chooseDatabase() публичный Метод

public chooseDatabase ( string $sshUrl, Symfony\Component\Console\Input\InputInterface $input ) : array | false
$sshUrl string
$input Symfony\Component\Console\Input\InputInterface
Результат array | false

getRelationships() публичный Метод

public getRelationships ( string $sshUrl ) : array
$sshUrl string
Результат array

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

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

protected $config

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

protected $output

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

protected $shellHelper