<?php namespace seace\controller; use seance\reponse\CQuestion1; class IndexController { public static function test(){ new CQuestion1(); } }