1.2.338. Defined static:: Or self::¶
List of all defined static and self properties and methods.
<?php
class x {
static public function definedStatic() {}
private definedStatic = 1;
public function method() {
self::definedStatic();
self::undefinedStatic();
static::definedStatic;
static::undefinedStatic;
}
}
?>
1.2.338.1. Specs¶
Short name |
Classes/DefinedStaticMP |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |