public attr / function, constructeurs __construct
[mtweb] / mw / app / controllers / reponses / html.php
1 <?php
2
3   class mw_reponses_html extends mw_controller{
4
5     public function index(){
6     }
7
8     public function redirect_javascript(){
9     }
10
11     public function erreur(){
12     }
13
14   }