1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2025-09-10 02:24:33 +02:00

Add specific elements

This commit is contained in:
2023-04-12 14:41:45 +02:00
parent 4194420980
commit 08138992fd
9 changed files with 118 additions and 41 deletions

View File

@@ -12,17 +12,17 @@ class Image extends HasValidator implements SRSSElement
* @required
* @url
*/
public string $url;
public ?string $url = null;
/**
* @required
* @nohtml
*/
public string $title;
public ?string $title = null;
/**
* @required
* @url
*/
public string $link;
public ?string $link = null;
/**
* @int
* @max 144