Documentation/Index/CustomListFieldsWithCustomWidget: ContactsListCustomWidgetByListFields.inc
Plik ContactsListCustomWidgetByListFields.inc, 401 bytes (dodany przez TS, 5 years temu) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | /** |
4 | * ContactsListCustomWidgetByListFields |
5 | * |
6 | * @author Tomasz Świenty |
7 | * @version 0.1 |
8 | * @copyright Copyright (c) eDokumenty |
9 | */ |
10 | final class ContactsListCustomWidgetByListFields { |
11 | |
12 | |
13 | public static function init($args) { |
14 | |
15 | return $args['container']->data = time()/rand(); |
16 | |
17 | } |
18 | |
19 | } |
20 | |
21 | if (isset($args)) { |
22 | ContactsListCustomWidgetByListFields::init($args); |
23 | } |