Class CloudwordsBidRequest

Description

Represents a request for bids to translate the source content for a given Cloudwords project from the specified source language to the specified target languages. A bid request can specify what vendors to request bids from, can let Cloudwords choose the best vendors automatically, or both.

Located in /cloudwords_api.php (line 417)


	
			
Method Summary
CloudwordsBidRequest __construct (array $params)
void getCreatedDate ()
void getPath ()
void setCreatedDate ( $createdDate)
void setDoLetCloudwordsChoose ( $doLetCloudwordsChoose)
void setPath ( $path)
void setPreferredVendors ( $preferredVendors)
Methods
Constructor __construct (line 434)

Constructor used to create a Cloudwords bid request

  • createdDate: string The bid request created date
  • preferredVendors: array The list of preferred vendors
  • doLetCloudwordsChoose: boolean Option to allow cloudwords to submit the bid request to a random selection of vendors
  • path: string The api url to retrieve bid request metadata

  • access: public
CloudwordsBidRequest __construct (array $params)
  • array $params: The parameters used to submit a bid request
getCreatedDate (line 449)
  • access: public
void getCreatedDate ()
getDoLetCloudwordsChoose (line 465)
  • access: public
void getDoLetCloudwordsChoose ()
getPath (line 473)
  • access: public
void getPath ()
getPreferredVendors (line 457)
  • access: public
void getPreferredVendors ()
setCreatedDate (line 453)
  • access: public
void setCreatedDate ( $createdDate)
  • $createdDate
setDoLetCloudwordsChoose (line 469)
  • access: public
void setDoLetCloudwordsChoose ( $doLetCloudwordsChoose)
  • $doLetCloudwordsChoose
setPath (line 477)
  • access: public
void setPath ( $path)
  • $path
setPreferredVendors (line 461)
  • access: public
void setPreferredVendors ( $preferredVendors)
  • $preferredVendors

Documentation generated on Fri, 05 Aug 2011 11:54:18 -0700 by phpDocumentor 1.4.3