PHP Интерфейс Eloquent\Phony\Mock\Method\WrappedMethod

Показать файл Открыть проект

Открытые методы

Метод Описание
handle ( ) : Eloquent\Phony\Mock\Handle\Handle Get the handle.
mock ( ) : Eloquent\Phony\Mock\Mock | null Get the mock.
name ( ) : string Get the name.

Описание методов

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

Get the handle.
public handle ( ) : Eloquent\Phony\Mock\Handle\Handle
Результат Eloquent\Phony\Mock\Handle\Handle The handle.

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

Get the mock.
public mock ( ) : Eloquent\Phony\Mock\Mock | null
Результат Eloquent\Phony\Mock\Mock | null The mock.

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

Get the name.
public name ( ) : string
Результат string The name.