Behat


Behat\Behat\Console\Processor\Processor
Behat/Behat/Console/Processor/Processor.php at line 21

Class Processor

Processor
All Known Subclasses:
ContextReaderProcessor FormatProcessor GherkinProcessor HelpProcessor InitProcessor LocatorProcessor RunProcessor

public abstract class Processor

Abstract base processor.

Author:
Konstantin Kudryashov

Method Summary
void

configure(Command command)

Configures command to be able to process it later.

protected Boolean|null

getSwitchValue(InputInterface input, string name)

Returns correct value for input switch.

Method Detail

Behat/Behat/Console/Processor/Processor.php at line 28

configure

public void configure(Command command)

Configures command to be able to process it later.


Behat/Behat/Console/Processor/Processor.php at line 40

getSwitchValue

protected Boolean|null getSwitchValue(InputInterface input, string name)

Returns correct value for input switch.


Behat