You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WF-Website/script/quote.php

16 lines
276 B

<?php
class Quote{
public int $id;
public string $content;
public string $carac;
public string $imgPath;
public string $titleSrc;
public string $dateSrc;
public int $like;
public string $langue;
function __construct() {
}
}
?>