示例#1
0
 public function getNameAndParamsSignature()
 {
     return $this->method->name . '(' . $this->printer->expose_pImplode($this->method->params, ', ') . ')';
 }