Documentation/Index/EventEmitterInEventBean: EventBeanBeforeCreate.inc
Plik EventBeanBeforeCreate.inc, 443 bytes (dodany przez TS, 5 years temu) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | /** |
4 | * EventBeanBeforeCreate |
5 | * |
6 | * @author Tomasz Świenty |
7 | * @version 0.1 |
8 | * @copyright Copyright (c) eDokumenty |
9 | */ |
10 | final class EventBeanBeforeCreate { |
11 | |
12 | |
13 | public static function init($args) { |
14 | |
15 | // $args['container'] // bean dane typu zdarzenia |
16 | |
17 | // np zmiana opisu |
18 | // $args['container']->set('dscrpt', 'elooo'); |
19 | |
20 | } |
21 | |
22 | } |
23 | |
24 | if (isset($args)) { |
25 | EventBeanBeforeCreate::init($args); |
26 | } |