PHP Class AwsInspector\Ssh\Command

ファイルを表示 Open project: aoepeople/stackformation Class Usage Examples

Protected Properties

Property Type Description
$asUser
$command
$connection

Public Methods

Method Description
__construct ( Connection $connection, string $command, string $asUser = null ) Command constructor.
__toString ( )
exec ( )

Protected Methods

Method Description
getCommandString ( )

Method Details

__construct() public method

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

__toString() public method

public __toString ( )

exec() public method

public exec ( )

getCommandString() protected method

protected getCommandString ( )

Property Details

$asUser protected_oe property

protected $asUser

$command protected_oe property

protected $command

$connection protected_oe property

protected $connection