You are here

public function Groups::setChangedAt in SimpleAds 8

File

src/Groups.php, line 73

Class

Groups
Groups utility class.

Namespace

Drupal\simpleads

Code

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