PHP Class PHPSpec2\Console\Command\DescribeCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: phpspec/phpspec2

Méthodes publiques

Méthode Description
__construct ( ) Initializes command.

Méthodes protégées

Méthode Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getSpecContentFor ( array $parameters )

Private Methods

Méthode Description
relativizePath ( $filepath )

Method Details

__construct() public méthode

Initializes command.
public __construct ( )

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

getSpecContentFor() protected méthode

protected getSpecContentFor ( array $parameters )
$parameters array