You are here

public function GoogleSiteSearch::GetAllowedTags in Google Site Search 6

Same name and namespace in other branches
  1. 7 includes/GoogleSiteSearch.inc \GoogleSiteSearch::getAllowedTags()

Get the allowed HTML tags.

Return value

array The allowed HTML tags.

1 call to GoogleSiteSearch::GetAllowedTags()
GoogleSiteSearch::GetSearchResults in includes/GoogleSiteSearch.inc
Get search results.

File

includes/GoogleSiteSearch.inc, line 183

Class

GoogleSiteSearch
Class for interaction with Google Site Search.

Code

public function GetAllowedTags() {
  return $this->allowedTags;
}