lib/Ajde/Collection/Paginator.php

Summary

Maintainability
A
0 mins
Test Coverage

The property $_pagesize is not named in camelCase.
Open

class Ajde_Collection_Paginator extends Ajde_Object_Standard implements Iterator, Countable
{
    protected $_items = null;
    protected $_pageItems = null;

Severity: Minor
Found in lib/Ajde/Collection/Paginator.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The property $_page is not named in camelCase.
Open

class Ajde_Collection_Paginator extends Ajde_Object_Standard implements Iterator, Countable
{
    protected $_items = null;
    protected $_pageItems = null;

Severity: Minor
Found in lib/Ajde/Collection/Paginator.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The property $_pageItems is not named in camelCase.
Open

class Ajde_Collection_Paginator extends Ajde_Object_Standard implements Iterator, Countable
{
    protected $_items = null;
    protected $_pageItems = null;

Severity: Minor
Found in lib/Ajde/Collection/Paginator.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The class Ajde_Collection_Paginator is not named in CamelCase.
Open

class Ajde_Collection_Paginator extends Ajde_Object_Standard implements Iterator, Countable
{
    protected $_items = null;
    protected $_pageItems = null;

Severity: Minor
Found in lib/Ajde/Collection/Paginator.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

The property $_position is not named in camelCase.
Open

class Ajde_Collection_Paginator extends Ajde_Object_Standard implements Iterator, Countable
{
    protected $_items = null;
    protected $_pageItems = null;

Severity: Minor
Found in lib/Ajde/Collection/Paginator.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

The property $_items is not named in camelCase.
Open

class Ajde_Collection_Paginator extends Ajde_Object_Standard implements Iterator, Countable
{
    protected $_items = null;
    protected $_pageItems = null;

Severity: Minor
Found in lib/Ajde/Collection/Paginator.php by phpmd

CamelCasePropertyName

Since: 0.2

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

Example

class ClassName {
    protected $property_name;
}

Source

There are no issues that match your filters.

Category
Status