コード例 #1
0
ファイル: entry.php プロジェクト: mvonballmo/earthli-webcore
 /**
  * @param APPLICATION $context Main application.
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->time_published = $context->make_date_time();
     $this->time_published->clear();
 }