Eloquent\Phony\Mock\Builder\Method\RealMethodDefinition::callback PHP Method

callback() public method

Get the callback.
public callback ( ) : callable | null
return callable | null The callback, or null if this is a real method.
    public function callback()
    {
        return;
    }