phpmock\functions\FixedMicrotimeFunction::getCallable PHP Метод

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

Returns this object as a callable for the mock function.
public getCallable ( ) : callable
Результат callable The callable for this object.
    public function getCallable()
    {
        return [$this, "getMicrotime"];
    }