comparison constants.inc @ 51:2cfea6e84694

Documentation update.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:06:26 +0200
parents 66382989353f
children 7a9c45b53866
comparison
equal deleted inserted replaced
50:2d0cda52f43f 51:2cfea6e84694
1 <?php 1 <?php
2 /**
3 * @file
4 * Definitions of constants
5 */
2 define(VERBOSITY_NONE, 0); 6 define(VERBOSITY_NONE, 0);
3 define(VERBOSITY_ERROR, 1); 7 define(VERBOSITY_ERROR, 1);
4 define(VERBOSITY_WARNING, 10); 8 define(VERBOSITY_WARNING, 10);
5 define(VERBOSITY_DEBUG, 100); 9 define(VERBOSITY_DEBUG, 100);
6 10