Eloquent\Phony\Mock\Method\WrappedCustomMethod::customCallback PHP Метод

customCallback() публичный Метод

Get the custom callback.
public customCallback ( ) : ReflectionMethod
Результат ReflectionMethod The custom callback.
    public function customCallback()
    {
        return $this->customCallback;
    }