public function Ads::setChangedAt in SimpleAds 8
File
- src/
Ads.php, line 112
Class
- Ads
- Ads utility class.
Namespace
Drupal\simpleadsCode
public function setChangedAt($changed_at) {
$this->changed_at = $changed_at;
return $this;
}
public function setChangedAt($changed_at) {
$this->changed_at = $changed_at;
return $this;
}