PHP Class Platformsh\Cli\Util\RelationshipsUtil

Afficher le fichier Open project: commerceguys/platform-cli Class Usage Examples

Protected Properties

Свойство Type Description
$config
$output
$shellHelper

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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 méthode

public chooseDatabase ( string $sshUrl, Symfony\Component\Console\Input\InputInterface $input ) : array | false
$sshUrl string
$input Symfony\Component\Console\Input\InputInterface
Résultat array | false

getRelationships() public méthode

public getRelationships ( string $sshUrl ) : array
$sshUrl string
Résultat array

Property Details

$config protected_oe property

protected $config

$output protected_oe property

protected $output

$shellHelper protected_oe property

protected $shellHelper