Eloquent\Phony\Mock\Method\AbstractWrappedMethod::handle PHP 메소드

handle() 공개 메소드

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