PHP Class PHPSpec2\Console\Command\DescribeCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: phpspec/phpspec2

Public Methods

Method Description
__construct ( ) Initializes command.

Protected Methods

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

Private Methods

Method Description
relativizePath ( $filepath )

Method Details

__construct() public method

Initializes command.
public __construct ( )

execute() protected method

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 method

protected getSpecContentFor ( array $parameters )
$parameters array