getMethod() public method

public getMethod ( ) : string
return string Method name
Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function getMethod() : string
 {
     return $this->methodCall->getMethod();
 }