MCPcopy Create free account
hub / github.com/cyrus-and/fracker / method1

Method method1

test/php/objects.php:8–10  ·  view source on GitHub ↗
($y)

Source from the content-addressed store, hash-verified

6 }
7
8 function method1($y) {
9 $this->method2($this->x, $y);
10 }
11
12 function method2($x, $y) {
13 $this->method3($x);

Callers 1

objects.phpFile · 0.80

Calls 1

method2Method · 0.95

Tested by

no test coverage detected