YetiForceCompany/YetiForceCRM

View on GitHub
modules/Campaigns/views/Detail.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Avoid using static access to class 'Vtiger_CountRecords_Widget' in method 'showCountRecords'.
Open

        $countRecords = Vtiger_CountRecords_Widget::getCountRecords($relatedModulesNames, $recordId);
Severity: Minor
Found in modules/Campaigns/views/Detail.php by phpmd

StaticAccess

Since: 1.4.0

Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

Example

class Foo
{
    public function bar()
    {
        Bar::baz();
    }
}

Source https://phpmd.org/rules/cleancode.html#staticaccess

Avoid using static access to class '\App\Module' in method 'showCountRecords'.
Open

            $relatedModulesNames[$tabId] = \App\Module::getModuleName($tabId);
Severity: Minor
Found in modules/Campaigns/views/Detail.php by phpmd

StaticAccess

Since: 1.4.0

Static access causes unexchangeable dependencies to other classes and leads to hard to test code. Avoid using static access at all costs and instead inject dependencies through the constructor. The only case when static access is acceptable is when used for factory methods.

Example

class Foo
{
    public function bar()
    {
        Bar::baz();
    }
}

Source https://phpmd.org/rules/cleancode.html#staticaccess

Reference to undeclared class \Vtiger_Detail_View
Open

        parent::__construct();
Severity: Critical
Found in modules/Campaigns/views/Detail.php by phan

Call to undeclared method \Campaigns_Detail_View::exposeMethod
Open

        $this->exposeMethod('showCountRecords');
Severity: Critical
Found in modules/Campaigns/views/Detail.php by phan

Call to undeclared method \Campaigns_Detail_View::getViewer
Open

        $viewer = $this->getViewer($request);
Severity: Critical
Found in modules/Campaigns/views/Detail.php by phan

Reference to undeclared class \Vtiger_Detail_View
Open

        return array_merge(parent::getFooterScripts($request), $this->checkAndConvertJsScripts([
Severity: Critical
Found in modules/Campaigns/views/Detail.php by phan

Class extends undeclared class \Vtiger_Detail_View
Open

class Campaigns_Detail_View extends Vtiger_Detail_View
Severity: Critical
Found in modules/Campaigns/views/Detail.php by phan

Call to undeclared method \Campaigns_Detail_View::checkAndConvertJsScripts
Open

        return array_merge(parent::getFooterScripts($request), $this->checkAndConvertJsScripts([
Severity: Critical
Found in modules/Campaigns/views/Detail.php by phan

Each class must be in a namespace of at least one level (a top-level vendor name)
Open

class Campaigns_Detail_View extends Vtiger_Detail_View

The class Campaigns_Detail_View is not named in CamelCase.
Open

class Campaigns_Detail_View extends Vtiger_Detail_View
{
    /** {@inheritdoc} */
    public function __construct()
    {
Severity: Minor
Found in modules/Campaigns/views/Detail.php by phpmd

CamelCaseClassName

Since: 0.2

It is considered best practice to use the CamelCase notation to name classes.

Example

class class_name {
}

Source

Spaces must be used to indent lines; tabs are not allowed
Open

        $viewer->assign('MODULE_NAME', $moduleName);

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

        parent::__construct();

Spaces must be used to indent lines; tabs are not allowed
Open

            'modules.Vtiger.resources.List',

Spaces must be used to indent lines; tabs are not allowed
Open

    /**

Spaces must be used to indent lines; tabs are not allowed
Open

        return $viewer->view('CountRecordsContent.tpl', $moduleName, true);

Spaces must be used to indent lines; tabs are not allowed
Open

            "modules.$moduleName.resources.List",

Spaces must be used to indent lines; tabs are not allowed
Open

     *

Spaces must be used to indent lines; tabs are not allowed
Open

        $moduleName = $request->getModule();

Spaces must be used to indent lines; tabs are not allowed
Open

        }

Spaces must be used to indent lines; tabs are not allowed
Open

    }

Spaces must be used to indent lines; tabs are not allowed
Open

    }

Spaces must be used to indent lines; tabs are not allowed
Open

     */

Spaces must be used to indent lines; tabs are not allowed
Open

        $recordId = $request->getInteger('record');

Spaces must be used to indent lines; tabs are not allowed
Open

    /** {@inheritdoc} */

Spaces must be used to indent lines; tabs are not allowed
Open

        $relatedModules = $request->getByType('relatedModules');

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

        $relatedModulesNames = [];

Spaces must be used to indent lines; tabs are not allowed
Open

    /** {@inheritdoc} */

Spaces must be used to indent lines; tabs are not allowed
Open

    {

Spaces must be used to indent lines; tabs are not allowed
Open

        ]));

Spaces must be used to indent lines; tabs are not allowed
Open

        $this->exposeMethod('showCountRecords');

Spaces must be used to indent lines; tabs are not allowed
Open

    public function showCountRecords(App\Request $request)

Spaces must be used to indent lines; tabs are not allowed
Open

        foreach ($relatedModules as $tabId) {

Spaces must be used to indent lines; tabs are not allowed
Open

        $countRecords = Vtiger_CountRecords_Widget::getCountRecords($relatedModulesNames, $recordId);

Spaces must be used to indent lines; tabs are not allowed
Open

     * Shows quantity of records.

Spaces must be used to indent lines; tabs are not allowed
Open

     * @return string

Spaces must be used to indent lines; tabs are not allowed
Open

        $moduleName = $request->getModule();

Spaces must be used to indent lines; tabs are not allowed
Open

    }

Spaces must be used to indent lines; tabs are not allowed
Open

        $viewer->assign('COUNT_RECORDS', $countRecords);

Spaces must be used to indent lines; tabs are not allowed
Open

    public function getFooterScripts(App\Request $request)

Spaces must be used to indent lines; tabs are not allowed
Open

            "modules.$moduleName.resources.CustomView",

Spaces must be used to indent lines; tabs are not allowed
Open

     *

Spaces must be used to indent lines; tabs are not allowed
Open

     * @param \App\Request $request

Spaces must be used to indent lines; tabs are not allowed
Open

        $viewer = $this->getViewer($request);

Spaces must be used to indent lines; tabs are not allowed
Open

        return array_merge(parent::getFooterScripts($request), $this->checkAndConvertJsScripts([

Spaces must be used to indent lines; tabs are not allowed
Open

    public function __construct()

Spaces must be used to indent lines; tabs are not allowed
Open

            $relatedModulesNames[$tabId] = \App\Module::getModuleName($tabId);

Spaces must be used to indent lines; tabs are not allowed
Open

        $viewer->assign('RELATED_MODULES', $relatedModulesNames);

Spaces must be used to indent lines; tabs are not allowed
Open

            'modules.CustomView.resources.CustomView',

Class name "Campaigns_Detail_View" is not in camel caps format
Open

class Campaigns_Detail_View extends Vtiger_Detail_View

There are no issues that match your filters.

Category
Status