Caffeinated\Modules\Console\Commands\ModuleListCommand::displayModules PHP Method

displayModules() protected method

Display the module information on the console.
protected displayModules ( array $modules )
$modules array
    protected function displayModules(array $modules)
    {
        $this->table($this->headers, $modules);
    }