PHP 클래스 AwsInspector\Ssh\Command

파일 보기 프로젝트 열기: aoepeople/stackformation 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$asUser
$command
$connection

공개 메소드들

메소드 설명
__construct ( Connection $connection, string $command, string $asUser = null ) Command constructor.
__toString ( )
exec ( )

보호된 메소드들

메소드 설명
getCommandString ( )

메소드 상세

__construct() 공개 메소드

Command constructor.
public __construct ( Connection $connection, string $command, string $asUser = null )
$connection Connection
$command string
$asUser string

__toString() 공개 메소드

public __toString ( )

exec() 공개 메소드

public exec ( )

getCommandString() 보호된 메소드

protected getCommandString ( )

프로퍼티 상세

$asUser 보호되어 있는 프로퍼티

protected $asUser

$command 보호되어 있는 프로퍼티

protected $command

$connection 보호되어 있는 프로퍼티

protected $connection