Go\Console\Command\DebugAspectCommand::showRegisteredAspectsInfo PHP Method

showRegisteredAspectsInfo() private method

Shows an information about registered aspects
private showRegisteredAspectsInfo ( SymfonyStyle $io, array $aspects )
$io Symfony\Component\Console\Style\SymfonyStyle Input-output style
$aspects array List of aspects
    private function showRegisteredAspectsInfo(SymfonyStyle $io, array $aspects)
    {
        foreach ($aspects as $aspect) {
            $this->showAspectInfo($io, $aspect);
        }
    }