/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Customsearch
NameSizeModeActions
Resource/-0755rm
Promotion.php22090644editdlrm
PromotionBodyLines.php12800644editdlrm
PromotionImage.php11340644editdlrm
Result.php37210644editdlrm
ResultImage.php19720644editdlrm
ResultLabels.php12870644editdlrm
Search.php35600644editdlrm
SearchQueries.php20140644editdlrm
SearchQueriesNextPage.php69680644editdlrm
SearchQueriesPreviousPage.php69720644editdlrm
SearchQueriesRequest.php69670644editdlrm
SearchSearchInformation.php15720644editdlrm
SearchSpelling.php11250644editdlrm
SearchUrl.php9800644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Customsearch/Search.php (3560B)
context = $context; } public function getContext() { return $this->context; } /** * @param Google_Service_Customsearch_Result */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Customsearch_Result */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Customsearch_Promotion */ public function setPromotions($promotions) { $this->promotions = $promotions; } /** * @return Google_Service_Customsearch_Promotion */ public function getPromotions() { return $this->promotions; } /** * @param Google_Service_Customsearch_SearchQueries */ public function setQueries(Google_Service_Customsearch_SearchQueries $queries) { $this->queries = $queries; } /** * @return Google_Service_Customsearch_SearchQueries */ public function getQueries() { return $this->queries; } /** * @param Google_Service_Customsearch_SearchSearchInformation */ public function setSearchInformation(Google_Service_Customsearch_SearchSearchInformation $searchInformation) { $this->searchInformation = $searchInformation; } /** * @return Google_Service_Customsearch_SearchSearchInformation */ public function getSearchInformation() { return $this->searchInformation; } /** * @param Google_Service_Customsearch_SearchSpelling */ public function setSpelling(Google_Service_Customsearch_SearchSpelling $spelling) { $this->spelling = $spelling; } /** * @return Google_Service_Customsearch_SearchSpelling */ public function getSpelling() { return $this->spelling; } /** * @param Google_Service_Customsearch_SearchUrl */ public function setUrl(Google_Service_Customsearch_SearchUrl $url) { $this->url = $url; } /** * @return Google_Service_Customsearch_SearchUrl */ public function getUrl() { return $this->url; } }