VeilleTechnoPHP/ArticleController.php

14 lines
184 B
PHP
Raw Normal View History

2022-02-23 13:27:48 +01:00
<?php
class ArticleController {
private $tabArticle = array();
public function __construct() {
}
public function createArticles() {
//lire fichiers
}
}