public function Ads::getCreatedAt in SimpleAds 8
File
- src/
Ads.php, line 108
Class
- Ads
- Ads utility class.
Namespace
Drupal\simpleadsCode
public function getCreatedAt() {
return !empty($this->created_at) ? $this->created_at : time();
}
public function getCreatedAt() {
return !empty($this->created_at) ? $this->created_at : time();
}