<?php
final class ArticleDate
{
public string $str;
public array $articles = [];
public function __construct(string $str)
$this->str = $str;
}