Home
last modified time | relevance | path

Searched refs:bodyLines (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotion.php47 public function setBodyLines($bodyLines) argument
49 $this->bodyLines = $bodyLines;
56 return $this->bodyLines;
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php153 public $bodyLines; variable in Google_Promotion
161 public function setBodyLines(/* array(Google_PromotionBodyLines) */ $bodyLines) { argument
162 $this->assertIsArray($bodyLines, 'Google_PromotionBodyLines', __METHOD__);
163 $this->bodyLines = $bodyLines;
166 return $this->bodyLines;