PHP 클래스 AcmePhp\Cli\Command\Helper\DistinguishedNameHelper

저자: Titouan Galopin ([email protected])
상속: extends Symfony\Component\Console\Helper\Helper
파일 보기 프로젝트 열기: acmephp/acmephp

공개 메소드들

메소드 설명
ask ( Symfony\Component\Console\Helper\QuestionHelper $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, DistinguishedName $distinguishedName ) : DistinguishedName
getName ( )
isReadyForRequest ( DistinguishedName $distinguishedName ) : boolean

메소드 상세

ask() 공개 메소드

public ask ( Symfony\Component\Console\Helper\QuestionHelper $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, DistinguishedName $distinguishedName ) : DistinguishedName
$helper Symfony\Component\Console\Helper\QuestionHelper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$distinguishedName AcmePhp\Ssl\DistinguishedName
리턴 AcmePhp\Ssl\DistinguishedName

getName() 공개 메소드

public getName ( )

isReadyForRequest() 공개 메소드

public isReadyForRequest ( DistinguishedName $distinguishedName ) : boolean
$distinguishedName AcmePhp\Ssl\DistinguishedName
리턴 boolean