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