21 lines
349 B
PHP
21 lines
349 B
PHP
<?php
|
|
|
|
/*enum Suit {
|
|
case Hearts;
|
|
case Diamonds;
|
|
case Clubs;
|
|
case Spades;
|
|
}*/
|
|
|
|
// See: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup
|
|
/*class ContentTwitterMetadata {
|
|
public string $title;
|
|
public string $description;
|
|
public string $type;
|
|
public string $url;
|
|
public string $image;
|
|
public string $image_type;
|
|
}*/
|
|
|
|
?>
|