nouveau-theatre-de-besancon/vendor/spatie/schema-org/generator/Constant.php
2024-09-19 07:36:53 +02:00

18 lines
234 B
PHP

<?php
namespace Spatie\SchemaOrg\Generator;
class Constant
{
public string $name;
public string $description;
public string $value;
public string $type;
public ?string $partOf;
public ?string $source;
}