attogram/attogram-modulemanager

View on GitHub
admin_actions/module-admin.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable $this is undeclared
Open

    $results = $manager->enable($this->request->query->get('e'));
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

$this->pageHeader('Module Manager');
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

$manager = new ModuleManager($this);
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

if ($this->request->query->has('d')) {
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

    $this->shutdown();
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

if ($this->request->query->has('e')) {
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

$this->pageFooter();
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

    $results = $manager->disable($this->request->query->get('d'));
Severity: Minor
Found in admin_actions/module-admin.php by phan

Variable $this is undeclared
Open

    $this->shutdown();
Severity: Minor
Found in admin_actions/module-admin.php by phan

There are no issues that match your filters.

Category
Status