Nelmio\Alice\Definition\MethodCallInterface::getMethod PHP Method

getMethod() public method

public getMethod ( ) : string
return string Method name
    public function getMethod() : string;

Usage Example

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