GoogleSpreadsheet\Tests\Google\Spreadsheet\TestServiceRequest::execute PHP 메소드

execute() 공개 메소드

public execute ( )
    public function execute()
    {
        if ($this->retVal instanceof \Exception) {
            throw new $this->retVal();
        }
        return $this->retVal;
    }