Eloquent\Phony\Mock\Method\AbstractWrappedMethod::handle PHP Method

handle() public method

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