Déclaration avec : const %CONSTNAME% Utilisation avec : self::%CONSTNAME%
const %CONSTNAME%
self::%CONSTNAME%
class Constants { const MIN_VALUE = 0.0; public static function getMinValue() { return self::MIN_VALUE; } }