/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Adsense
NameSizeModeActions
Resource/-0755rm
Account.php27570644editdlrm
AdBlockingRecoveryTag.php14280644editdlrm
AdClient.php19270644editdlrm
AdClientAdCode.php15990644editdlrm
AdsenseEmpty.php8340644editdlrm
AdUnit.php23480644editdlrm
AdUnitAdCode.php10830644editdlrm
Alert.php17990644editdlrm
Cell.php10520644editdlrm
ContentAdsSettings.php13210644editdlrm
CustomChannel.php19430644editdlrm
Date.php14860644editdlrm
Header.php15750644editdlrm
HttpBody.php16680644editdlrm
ListAccountsResponse.php15070644editdlrm
ListAdClientsResponse.php15220644editdlrm
ListAdUnitsResponse.php14920644editdlrm
ListAlertsResponse.php11800644editdlrm
ListChildAccountsResponse.php15220644editdlrm
ListCustomChannelsResponse.php15970644editdlrm
ListLinkedAdUnitsResponse.php15100644editdlrm
ListLinkedCustomChannelsResponse.php16150644editdlrm
ListPaymentsResponse.php12100644editdlrm
ListSavedReportsResponse.php15670644editdlrm
ListSitesResponse.php14620644editdlrm
ListUrlChannelsResponse.php15520644editdlrm
Payment.php15610644editdlrm
ReportResult.php31610644editdlrm
Row.php11230644editdlrm
SavedReport.php13070644editdlrm
Site.php21780644editdlrm
TimeZone.php12980644editdlrm
UrlChannel.php16850644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Adsense/Account.php (2757B)
createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setPendingTasks($pendingTasks) { $this->pendingTasks = $pendingTasks; } /** * @return string[] */ public function getPendingTasks() { return $this->pendingTasks; } /** * @param bool */ public function setPremium($premium) { $this->premium = $premium; } /** * @return bool */ public function getPremium() { return $this->premium; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param TimeZone */ public function setTimeZone(TimeZone $timeZone) { $this->timeZone = $timeZone; } /** * @return TimeZone */ public function getTimeZone() { return $this->timeZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Account::class, 'Google_Service_Adsense_Account');