Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2836 → Rev 2835

/trunk/jrest/services/CelImageFormat.php
18,8 → 18,7
class CelImageFormat {
 
private $config;
// @TODO tirer ça de la config
private $formats = array('CRX2S', 'CRXS', 'CXS', 'CS', 'CRS', 'XS', 'S', 'M', 'L', 'CRL', 'XL', 'X2L', 'X3L', 'O');
private $formats = array('CRX2S', 'CRXS', 'CXS', 'CS', 'CRS', 'XS', 'S', 'M', 'L', 'XL', 'X2L', 'X3L', 'O');
const METHODE_TELECHARGEMENT = 'telecharger';
const METHODE_AFFICHAGE = 'afficher';