mirror of
https://github.com/Chouchen/ShikiryuRSS.git
synced 2025-11-03 02:58:56 +01:00
@@ -10,13 +10,14 @@ use Shikiryu\SRSS\Validator\Validator;
|
||||
class Category extends HasValidator implements SRSSElement
|
||||
{
|
||||
/**
|
||||
* @string
|
||||
* @validate string
|
||||
*/
|
||||
public string $domain;
|
||||
protected string $domain;
|
||||
/**
|
||||
* @string
|
||||
* @validate string
|
||||
*/
|
||||
public string $value;
|
||||
protected string $value;
|
||||
|
||||
|
||||
public function isValid(): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user