Subversion Repositories eFlore/Projets.eflore-projets

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?php
class ResultatService {
        public $mime = 'application/json';
        public $encodage = 'utf-8';
        public $corps = '';
}
?>