class CountLocCommand extends Command

Console command to count lines of code in project, executed with 'count:loc'

Properties

private ConfigServiceInterface $configService Stores ConfigServiceInterface

Methods

__construct(ConfigServiceInterface $configService)

No description

configure()

No description

execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Details

at line 32
__construct(ConfigServiceInterface $configService)

Parameters

ConfigServiceInterface $configService

at line 38
protected configure()

at line 48
protected execute(InputInterface $input, OutputInterface $output)

{@inheritdoc}

Parameters

InputInterface $input
OutputInterface $output