Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php966 public $htmlPages; variable in Google_TimelineItem
1042 public function setHtmlPages(/* array(Google_string) */ $htmlPages) { argument
1043 $this->assertIsArray($htmlPages, 'Google_string', __METHOD__);
1044 $this->htmlPages = $htmlPages;
1047 return $this->htmlPages;