1 | <?php |
||
15 | class WordPoints_Hook_Firer implements WordPoints_Hook_FirerI { |
||
16 | |||
17 | /** |
||
18 | * The firer slug. |
||
19 | * |
||
20 | * @since 1.0.0 |
||
21 | * |
||
22 | * @var string |
||
23 | */ |
||
24 | protected $slug; |
||
25 | |||
26 | /** |
||
27 | * @since 1.0.0 |
||
28 | */ |
||
29 | public function __construct( $slug ) { |
||
32 | |||
33 | /** |
||
34 | * @since 1.0.0 |
||
35 | */ |
||
36 | public function get_slug() { |
||
39 | |||
40 | /** |
||
41 | * @since 1.0.0 |
||
42 | */ |
||
43 | public function do_event( $event_slug, WordPoints_Hook_Event_Args $event_args ) { |
||
87 | } |
||
88 | |||
90 |