Documentation/Index/CustomScriptForProcess: ProcessSendRightRequestNote.inc
Plik ProcessSendRightRequestNote.inc, 326 bytes (dodany przez TS, 4 years temu) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | /** |
4 | * ProcessSendRightRequestNote |
5 | * |
6 | * @author Tomasz Świenty |
7 | * @version 0.1 |
8 | * @copyright Copyright (c) eDokumenty |
9 | */ |
10 | final class ProcessSendRightRequestNote { |
11 | |
12 | |
13 | public static function handle($args) { |
14 | |
15 | } |
16 | |
17 | } |
18 | |
19 | if (isset($args)) { |
20 | ProcessSendRightRequestNote::handle($args); |
21 | } |