PHP Класс ImboCli\Command\GeneratePrivateKey

Автор: Christer Edvartsen ([email protected])
Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$maxTries integer How many times to try to generate before we give up

Открытые методы

Метод Описание
__construct ( )
generate ( ) : string Generate a private key

Защищенные методы

Метод Описание
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Описание методов

__construct() публичный Метод

public __construct ( )

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

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() публичный Метод

Generate a private key
public generate ( ) : string
Результат string

Описание свойств

$maxTries публичное свойство

How many times to try to generate before we give up
public int $maxTries
Результат integer