PHP Class AcmePhp\Cli\Command\Helper\DistinguishedNameHelper

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

Public Methods

Method 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 method

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
return AcmePhp\Ssl\DistinguishedName

getName() public method

public getName ( )

isReadyForRequest() public method

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