PHP Class Yosymfony\Spress\Command\NewPostCommand

Author: Victor Puertas ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: spress/spress

Méthodes protégées

Méthode Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDateFormated ( )
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
resultMessage ( $io, $files )
welcomeMessage ( $io )

Method Details

configure() protected méthode

protected configure ( )

execute() protected méthode

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

getDateFormated() protected méthode

protected getDateFormated ( )

interact() protected méthode

protected interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

resultMessage() protected méthode

protected resultMessage ( $io, $files )

welcomeMessage() protected méthode

protected welcomeMessage ( $io )