PHP Class Trismegiste\Mondrian\Command\RefactorCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: trismegiste/mondrian Class Usage Examples

Protected Properties

Property Type Description
$phpfinder

Protected Methods

Method Description
configure ( )
initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Inject parameters of the command

Method Details

configure() protected method

protected configure ( )

initialize() protected method

Inject parameters of the command
protected initialize ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

Property Details

$phpfinder protected property

protected $phpfinder