You are here

public function Ads::getCreatedAt in SimpleAds 8

1 call to Ads::getCreatedAt()
Ads::save in src/Ads.php

File

src/Ads.php, line 108

Class

Ads
Ads utility class.

Namespace

Drupal\simpleads

Code

public function getCreatedAt() {
  return !empty($this->created_at) ? $this->created_at : time();
}