Eloquent\Phony\Mock\Builder\Method\CustomMethodDefinition::callback PHP Méthode

callback() public méthode

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