You are here

public function Groups::setCreatedAt in SimpleAds 8

File

src/Groups.php, line 64

Class

Groups
Groups utility class.

Namespace

Drupal\simpleads

Code

public function setCreatedAt($created_at) {
  $this->created_at = $created_at;
  return $this;
}