1.2.658. Make Class Method Definition¶
This command links a method call to its method definition. This command may not detect all possible link for the methods. It may be missing information about the nature of the object.
This command may also produce multiple definitions link, when the definition are ambiguous.
<?php
class x {
function foo() {
// This links to the bar() method
return $this->bar();
}
function bar() {
// This links to the link() method
return $this->bar();
}
}
?>
1.2.658.1. Specs¶
Short name |
Complete/MakeClassMethodDefinition |
Rulesets |
|
Exakat since |
1.9.2 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
High |
Available in |