PHP 클래스 ImboCli\Command\GeneratePrivateKey

저자: Christer Edvartsen ([email protected])
상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: imbo/imbo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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