You are here

public function Ads::setChangedAt in SimpleAds 8

File

src/Ads.php, line 112

Class

Ads
Ads utility class.

Namespace

Drupal\simpleads

Code

public function setChangedAt($changed_at) {
  $this->changed_at = $changed_at;
  return $this;
}