Mercurial > pub > Impl
comparison Lib/IMPL/Security/Principal.pm @ 180:d1676be8afcc
Перекодировка в utf-8
author | sourcer |
---|---|
date | Fri, 30 Dec 2011 23:40:00 +0300 |
parents | 4267a2ac3d46 |
children | 6d8092d8ce1b |
comparison
equal
deleted
inserted
replaced
179:b3d91ff7aea9 | 180:d1676be8afcc |
---|---|
25 | 25 |
26 =pod | 26 =pod |
27 | 27 |
28 =head1 NAME | 28 =head1 NAME |
29 | 29 |
30 C<IMPL::Security::Principal> | 30 C<IMPL::Security::Principal> Идентификатор пользователя |
31 | 31 |
32 C<[Autofill]> | 32 C<[Autofill]> |
33 | 33 |
34 =head1 MEMBERS | 34 =head1 MEMBERS |
35 | 35 |
36 =over | 36 =over |
37 | 37 |
38 =item C<CTOR(%props)> | 38 =item C<CTOR(%props)> |
39 | 39 |
40 . | 40 Создает новый объект. |
41 | 41 |
42 =item C<[get] name> | 42 =item C<[get] name> |
43 | 43 |
44 . | 44 Возвращает имя пользователя. |
45 | 45 |
46 =item C<[get,set] description> | 46 =item C<[get,set] description> |
47 | 47 |
48 . | 48 Возвращает описание пользователя. |
49 | 49 |
50 =back | 50 =back |
51 | 51 |
52 =cut | 52 =cut |