Хранилища Subversion ant

Редакция

Редакция 309 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 309 Редакция 314
Строка 9... Строка 9...
9
 *  Dual licensed under the MIT and GNU LGPL licenses.
9
 *  Dual licensed under the MIT and GNU LGPL licenses.
10
 *  http://alex-w.org.ru/p/antng/license
10
 *  http://alex-w.org.ru/p/antng/license
11
 *
11
 *
12
 */
12
 */
13
13
14
class Security {
14
class Security extends Core {
15
    function __constructor() {
15
    function __construct() {
16
    }
16
    }
17
17
18
    function checkInt($value) {
18
    function checkInt($value) {
19
        return abs(intval($value));
19
        return abs(intval($value));
20
    }
20
    }