Eloquent\Phony\Mock\Method\WrappedCustomMethod::customCallback PHP Method

customCallback() public method

Get the custom callback.
public customCallback ( ) : ReflectionMethod
return ReflectionMethod The custom callback.
    public function customCallback()
    {
        return $this->customCallback;
    }