VeilleTechnoPHP/ArticleController.php
2022-02-23 13:27:48 +01:00

14 lines
184 B
PHP

<?php
class ArticleController {
private $tabArticle = array();
public function __construct() {
}
public function createArticles() {
//lire fichiers
}
}