PHP Interface Eloquent\Phony\Mock\Method\WrappedMethod

Datei anzeigen Open project: eloquent/phony

Public Methods

Method Description
handle ( ) : Eloquent\Phony\Mock\Handle\Handle Get the handle.
mock ( ) : Eloquent\Phony\Mock\Mock | null Get the mock.
name ( ) : string Get the name.

Method Details

handle() public method

Get the handle.
public handle ( ) : Eloquent\Phony\Mock\Handle\Handle
return Eloquent\Phony\Mock\Handle\Handle The handle.

mock() public method

Get the mock.
public mock ( ) : Eloquent\Phony\Mock\Mock | null
return Eloquent\Phony\Mock\Mock | null The mock.

name() public method

Get the name.
public name ( ) : string
return string The name.