/var/www/flurhymez/vendor/google/apiclient-services/src/CustomSearchAPI
NameSizeModeActions
Resource/-0755rm
Promotion.php25690644editdlrm
PromotionBodyLines.php18400644editdlrm
PromotionImage.php15760644editdlrm
Result.php49060644editdlrm
ResultImage.php27490644editdlrm
ResultLabels.php17380644editdlrm
Search.php33370644editdlrm
SearchQueries.php19710644editdlrm
SearchQueriesNextPage.php104510644editdlrm
SearchQueriesPreviousPage.php104630644editdlrm
SearchQueriesRequest.php104480644editdlrm
SearchSearchInformation.php20500644editdlrm
SearchSpelling.php14930644editdlrm
SearchUrl.php13380644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CustomSearchAPI/ResultLabels.php (1738B)
"label_with_op", ]; /** * @var string */ public $displayName; /** * @var string */ public $labelWithOp; /** * @var string */ public $name; /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setLabelWithOp($labelWithOp) { $this->labelWithOp = $labelWithOp; } /** * @return string */ public function getLabelWithOp() { return $this->labelWithOp; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResultLabels::class, 'Google_Service_CustomSearchAPI_ResultLabels');