Eloquent\Phony\Mock\Method\AbstractWrappedMethod::handle PHP Méthode

handle() public méthode

Get the handle.
public handle ( ) : Eloquent\Phony\Mock\Handle\Handle
Résultat Eloquent\Phony\Mock\Handle\Handle The handle.
    public function handle()
    {
        return $this->handle;
    }