PHP Class Platformsh\Cli\Util\RelationshipsUtil

Exibir arquivo Open project: commerceguys/platform-cli Class Usage Examples

Protected Properties

Property Type Description
$config
$output
$shellHelper

Public Methods

Method 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 method

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 method

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

getRelationships() public method

public getRelationships ( string $sshUrl ) : array
$sshUrl string
return array

Property Details

$config protected_oe property

protected $config

$output protected_oe property

protected $output

$shellHelper protected_oe property

protected $shellHelper