YetiForceCompany/YetiForceCRM

View on GitHub
modules/Announcements/models/DetailView.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared class \Vtiger_DetailView_Model
Open

        $relatedLinks = parent::getDetailViewRelatedLinks();

Class extends undeclared class \Vtiger_DetailView_Model
Open

class Announcements_DetailView_Model extends Vtiger_DetailView_Model

Call to undeclared method \Announcements_DetailView_Model::getRecord
Open

            'linkurl' => $this->getRecord()->getDetailViewUrl() . '&mode=showUsers',

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

class Announcements_DetailView_Model extends Vtiger_DetailView_Model

The class Announcements_DetailView_Model is not named in CamelCase.
Open

class Announcements_DetailView_Model extends Vtiger_DetailView_Model
{
    /** {@inheritdoc} */
    public function getDetailViewRelatedLinks()
    {

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

    /** {@inheritdoc} */

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

        $relatedLinks = parent::getDetailViewRelatedLinks();

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

    public function getDetailViewRelatedLinks()

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

            'linkurl' => $this->getRecord()->getDetailViewUrl() . '&mode=showUsers',

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

            'linkKey' => 'LBL_USERS',

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

        return $relatedLinks;

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

            'linklabel' => 'LBL_USERS',

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

            'related' => 'Users',

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

            'linktype' => 'DETAILVIEWTAB',

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

        $relatedLinks[] = [

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

    }

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

            'linkicon' => 'fa-user',

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

class Announcements_DetailView_Model extends Vtiger_DetailView_Model

There are no issues that match your filters.

Category
Status