Searched refs:supportedProducts (Results 1 – 1 of 1) sorted by relevance
1823 public $supportedProducts; variable in Google_ReportingMetadataEntry1864 public function setSupportedProducts(/* array(Google_string) */ $supportedProducts) { argument1865 $this->assertIsArray($supportedProducts, 'Google_string', __METHOD__);1866 $this->supportedProducts = $supportedProducts;1869 return $this->supportedProducts;