PHP Class AcmePhp\Cli\Command\Helper\DistinguishedNameHelper

Author: Titouan Galopin ([email protected])
Inheritance: extends Symfony\Component\Console\Helper\Helper
Afficher le fichier Open project: acmephp/acmephp

Méthodes publiques

Méthode Description
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

Method Details

ask() public méthode

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
Résultat AcmePhp\Ssl\DistinguishedName

getName() public méthode

public getName ( )

isReadyForRequest() public méthode

public isReadyForRequest ( DistinguishedName $distinguishedName ) : boolean
$distinguishedName AcmePhp\Ssl\DistinguishedName
Résultat boolean