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