1.2.1144. Static Methods

List of all static methods.

<?php

class foo {
    static public function staticMethod() {

    }

    public function notStaticMethod() {

    }

    private function method() {
        // This is not a property
        new static();
    }
}

?>

1.2.1144.1. Specs

Short name

Classes/StaticMethods

Rulesets

All, Appinfo, CE

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

static

Available in

Entreprise Edition, Community Edition, Exakat Cloud