nouveau-theatre-de-besancon/vendor/spatie/schema-org/generator/Constant.php

19 lines
234 B
PHP
Raw Normal View History

2024-09-19 07:36:53 +02:00
<?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;
}