|
|
public function __construct(int $feedId = 0, string $guid = '', string $title = '', string $authors = '', string $content = '',
|
|
public function __construct(int $feedId = 0, string $guid = '', string $title = '', string $authors = '', string $content = '',
|
|
|
- string $link = '', $pubdate = 0, bool $is_read = false, bool $is_favorite = false, string $tags = '') {
|
|
|
|
|
|
|
+ string $link = '', $pubdate = 0, ?bool $is_read = false, ?bool $is_favorite = false, string $tags = '') {
|