Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     if (Sobi::Cfg('entry.publish_limit', 0)) {
         $this->validUntil = date('Y-m-d H:i:s', time() + Sobi::Cfg('entry.publish_limit', 0) * 24 * 3600);
     }
 }