Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_AdSenseService.php1823 public $supportedProducts; variable in Google_ReportingMetadataEntry
1864 public function setSupportedProducts(/* array(Google_string) */ $supportedProducts) { argument
1865 $this->assertIsArray($supportedProducts, 'Google_string', __METHOD__);
1866 $this->supportedProducts = $supportedProducts;
1869 return $this->supportedProducts;