Documentation/Index/CustomScriptForProcess: ProcessSendRightRequestNote.inc

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