Overview

Namespaces

  • Peridot
    • WebDriverManager
      • Binary
        • Decompression
        • Request
      • Console
      • Event
      • OS
      • Process
      • Test
  • PHP

Classes

  • AbstractManagerCommand
  • CleanCommand
  • StartCommand
  • StatusCommand
  • UpdateCommand
  • Overview
  • Namespace
  • Class
  • Tree

Class UpdateCommand

UpdateCommand is used to update all binaries or a specific binary.

Symfony\Component\Console\Command\Command
Extended by Peridot\WebDriverManager\Console\AbstractManagerCommand
Extended by Peridot\WebDriverManager\Console\UpdateCommand
Namespace: Peridot\WebDriverManager\Console
Package: Peridot\WebDriverManager\Console
Located at Console/UpdateCommand.php
Methods summary
protected
# configure( )
protected integer|null|
# execute( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Parameters

$input
$output

Returns

integer|null|
protected
# update( Symfony\Component\Console\Output\OutputInterface $output, mixed $name )

Parameters

$output
$name
protected
# watchProgress( Symfony\Component\Console\Output\OutputInterface $output )

Watch for update progress and advance a progress bar.

Watch for update progress and advance a progress bar.

Parameters

$output
protected string
# getPreMessage( string $name )

Get the message to initially display to the user.

Get the message to initially display to the user.

Parameters

$name

Returns

string
protected string
# getPostMessage( array $pending, string $name )

Get the result message.

Get the result message.

Parameters

$pending
$name

Returns

string
protected string
# getResultString( mixed $count )

Given a count, return an appropriate label.

Given a count, return an appropriate label.

Parameters

$count

Returns

string
Methods inherited from Peridot\WebDriverManager\Console\AbstractManagerCommand
__construct()
Properties inherited from Peridot\WebDriverManager\Console\AbstractManagerCommand
$manager
WebDriver Manager API documentation generated by ApiGen