예제 #1
0
 public function getCallsForMethod($func)
 {
     $calls = Registry::getFuncCallsFor($this->ns . '\\' . $func);
     return $calls;
 }