Revision 76cd0405
Von Kivitendo Admin vor etwa 9 Jahren hinzugefügt
SL/DB/AuthClient.pm | ||
---|---|---|
171 | 171 |
|
172 | 172 |
=item C<validate> |
173 | 173 |
|
174 |
Returns an array of human-readable error message if the object must |
|
174 |
Returns an array of human-readable error messages if the object must
|
|
175 | 175 |
not be saved and an empty list if nothing's wrong. |
176 | 176 |
|
177 | 177 |
=item C<webdav_symlink_basename> |
SL/DB/Helper/Util.pm | ||
---|---|---|
55 | 55 |
default, but all of the public ones can be requested in the usual |
56 | 56 |
way. |
57 | 57 |
|
58 |
Each function can be called either as fully qualified name with the |
|
58 |
Each function can be called either as a fully qualified name with the
|
|
59 | 59 |
object instance as the first argument or (if the function is imported) |
60 |
as an intance method on the object instance. |
|
60 |
as an instance method on the object instance.
|
|
61 | 61 |
|
62 | 62 |
=head1 FUNCTIONS |
63 | 63 |
|
Auch abrufbar als: Unified diff
Typos in Doku