PHP Interface Eloquent\Phony\Mock\Method\WrappedMethod

Afficher le fichier Open project: eloquent/phony

Méthodes publiques

Méthode 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 méthode

Get the handle.
public handle ( ) : Eloquent\Phony\Mock\Handle\Handle
Résultat Eloquent\Phony\Mock\Handle\Handle The handle.

mock() public méthode

Get the mock.
public mock ( ) : Eloquent\Phony\Mock\Mock | null
Résultat Eloquent\Phony\Mock\Mock | null The mock.

name() public méthode

Get the name.
public name ( ) : string
Résultat string The name.