PHP 클래스 Platformsh\Cli\Util\RelationshipsUtil

파일 보기 프로젝트 열기: commerceguys/platform-cli 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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