PHP Class ImboCli\Command\GeneratePrivateKey

Author: Christer Edvartsen ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Mostrar archivo Open project: imbo/imbo Class Usage Examples

Public Properties

Property Type Description
$maxTries integer How many times to try to generate before we give up

Public Methods

Method Description
__construct ( )
generate ( ) : string Generate a private key

Protected Methods

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

Method Details

__construct() public method

public __construct ( )

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

generate() public method

Generate a private key
public generate ( ) : string
return string

Property Details

$maxTries public_oe property

How many times to try to generate before we give up
public int $maxTries
return integer