/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdSenseHost
NameSizeModeActions
Resource/-0755rm
Account.php17640644editdlrm
Accounts.php16230644editdlrm
AdClient.php21430644editdlrm
AdClients.php19260644editdlrm
AdCode.php13070644editdlrm
AdStyle.php19150644editdlrm
AdStyleColors.php20720644editdlrm
AdStyleFont.php13220644editdlrm
AdUnit.php32960644editdlrm
AdUnitContentAdsSettings.php17980644editdlrm
AdUnitContentAdsSettingsBackupOption.php16170644editdlrm
AdUnitMobileContentAdsSettings.php19940644editdlrm
AdUnits.php19140644editdlrm
AssociationSession.php33110644editdlrm
CustomChannel.php17680644editdlrm
CustomChannels.php19560644editdlrm
Report.php27680644editdlrm
ReportHeaders.php15760644editdlrm
UrlChannel.php15670644editdlrm
UrlChannels.php19380644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/AdSenseHost/AdStyle.php (1915B)
colors = $colors; } /** * @return AdStyleColors */ public function getColors() { return $this->colors; } /** * @param string */ public function setCorners($corners) { $this->corners = $corners; } /** * @return string */ public function getCorners() { return $this->corners; } /** * @param AdStyleFont */ public function setFont(AdStyleFont $font) { $this->font = $font; } /** * @return AdStyleFont */ public function getFont() { return $this->font; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdStyle::class, 'Google_Service_AdSenseHost_AdStyle');