Magestead\Command\VM\SshCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->_projectPath = getcwd();
        $this->setName("vm:ssh");
        $this->setDescription("Login to your development machine with SSH");
    }