chamilo/chamilo-lms

View on GitHub
public/plugin/static/lib/static_plugin.class.php

Summary

Maintainability
A
0 mins
Test Coverage

Method name "StaticPlugin::get_block_title" is not in camel caps format
Open

    public function get_block_title()

Missing function doc comment
Open

    public function get_content()

Missing function doc comment
Open

    public function get_block_title()

Method name "StaticPlugin::get_content" is not in camel caps format
Open

    public function get_content()

The method get_block_title is not named in camelCase.
Open

    public function get_block_title()
    {
        return $this->get('block_title');
    }

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

The method get_content is not named in camelCase.
Open

    public function get_content()
    {
        return $this->get('content');
    }

CamelCaseMethodName

Since: 0.2

It is considered best practice to use the camelCase notation to name methods.

Example

class ClassName {
    public function get_name() {
    }
}

Source

There are no issues that match your filters.

Category
Status