Eloquent\Phony\Mock\Method\AbstractWrappedMethod::name PHP Method

name() public method

Get the name.
public name ( ) : string
return string The name.
    public function name()
    {
        return $this->name;
    }