Ejemplo n.º 1
0
 /**
  * @param APPLICATION $context Main application.
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->time_published = $context->make_date_time();
     $this->time_published->clear();
 }