PHP Class Platformsh\Cli\Command\Self\SelfInstallCommand

Inheritance: extends Platformsh\Cli\Command\CommandBase
Show file Open project: commerceguys/platform-cli

Protected Properties

Property Type Description
$local

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
findShellConfigFile ( string $homeDir ) : string | false Finds a shell configuration file for the user.

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

findShellConfigFile() protected method

Finds a shell configuration file for the user.
protected findShellConfigFile ( string $homeDir ) : string | false
$homeDir string The user's home directory.
return string | false The absolute path to an existing shell config file, or false on failure.

Property Details

$local protected property

protected $local