Overview

Namespaces

  • phpmock
    • environment
    • functions
    • spy

Classes

  • AbstractSleepFunction
  • FixedDateFunction
  • FixedMicrotimeFunction
  • FixedValueFunction
  • SleepFunction
  • UsleepFunction

Interfaces

  • FunctionProvider
  • Incrementable
  • Overview
  • Namespace
  • Class

Interface FunctionProvider

Provides a callable for a mock function.

Direct known implementers

phpmock\functions\AbstractSleepFunction, phpmock\functions\FixedDateFunction, phpmock\functions\FixedMicrotimeFunction, phpmock\functions\FixedValueFunction

Indirect known implementers

phpmock\functions\SleepFunction, phpmock\functions\UsleepFunction
Namespace: phpmock\functions
License: WTFPL
Author: Markus Malkusch markus@malkusch.de
See: phpmock\MockBuilder::setFunctionProvider()
Link: Donations
Located at functions/FunctionProvider.php
Methods summary
public callable
# getCallable( )

Returns this object as a callable for the mock function.

Returns this object as a callable for the mock function.

Returns

callable
The callable for this object.
API documentation generated by ApiGen