1
1
parameters :
2
- phpbbde.pastebin.path : %core.root_path%ext/phpbbde/pastebin/
3
- phpbbde.pastebin.geshi : %phpbbde.pastebin.path%vendor/easybook/geshi/
4
- phpbbde.pastebin.geshilangs : %phpbbde.pastebin.geshi%geshi/
2
+ phpbbde.pastebin.path : ' %core.root_path%ext/phpbbde/pastebin/'
3
+ phpbbde.pastebin.geshi : ' %phpbbde.pastebin.path%vendor/easybook/geshi/'
4
+ phpbbde.pastebin.geshilangs : ' %phpbbde.pastebin.geshi%geshi/'
5
5
phpbbde.pastebin.cron.prune_interval : 86400
6
- tables.phpbbde.pastebin.pastebin : %core.table_prefix%pastebin
6
+ tables.phpbbde.pastebin.pastebin : ' %core.table_prefix%pastebin'
7
7
services :
8
8
phpbbde.pastebin.functions.utility :
9
9
class : phpbbde\pastebin\functions\utility
10
10
arguments :
11
- - %phpbbde.pastebin.geshilangs%
11
+ - ' %phpbbde.pastebin.geshilangs%'
12
12
phpbbde.pastebin.functions.pastebin :
13
13
class : phpbbde\pastebin\functions\pastebin
14
14
arguments :
15
- - @dbal.conn
16
- - @user
17
- - %tables.phpbbde.pastebin.pastebin%
15
+ - ' @dbal.conn'
16
+ - ' @user'
17
+ - ' %tables.phpbbde.pastebin.pastebin%'
18
18
phpbbde.pastebin.controller.main :
19
19
class : phpbbde\pastebin\controller\main
20
20
arguments :
21
- - @auth
22
- - @cache
23
- - @config
24
- - @request
25
- - @dbal.conn
26
- - @template
27
- - @user
28
- - @controller.helper
29
- - @captcha.factory
30
- - @phpbbde.pastebin.functions.utility
31
- - @phpbbde.pastebin.functions.pastebin
32
- - %core.root_path%
33
- - %core.php_ext%
34
- - %phpbbde.pastebin.geshi%
35
- - %phpbbde.pastebin.geshilangs%
36
- - %tables.phpbbde.pastebin.pastebin%
21
+ - ' @auth'
22
+ - ' @cache'
23
+ - ' @config'
24
+ - ' @request'
25
+ - ' @dbal.conn'
26
+ - ' @template'
27
+ - ' @user'
28
+ - ' @controller.helper'
29
+ - ' @captcha.factory'
30
+ - ' @phpbbde.pastebin.functions.utility'
31
+ - ' @phpbbde.pastebin.functions.pastebin'
32
+ - ' %core.root_path%'
33
+ - ' %core.php_ext%'
34
+ - ' %phpbbde.pastebin.geshi%'
35
+ - ' %phpbbde.pastebin.geshilangs%'
36
+ - ' %tables.phpbbde.pastebin.pastebin%'
37
37
phpbbde.pastebin.base_listener :
38
38
class : phpbbde\pastebin\event\base_events
39
39
arguments :
40
- - @auth
41
- - @template
42
- - @controller.helper
43
- - @user
44
- - %core.root_path%
45
- - %core.php_ext%
40
+ - ' @auth'
41
+ - ' @template'
42
+ - ' @controller.helper'
43
+ - ' @user'
44
+ - ' %core.root_path%'
45
+ - ' %core.php_ext%'
46
46
tags :
47
- - { name: event.listener }
47
+ - {name: event.listener}
48
48
phpbbde.pastebin.acp_listener :
49
49
class : phpbbde\pastebin\event\acp_events
50
50
tags :
51
- - { name: event.listener }
51
+ - {name: event.listener}
52
52
phpbbde.pastebin.cron.main :
53
53
class : phpbbde\pastebin\cron\main
54
54
arguments :
55
- - @cache
56
- - @config
57
- - @dbal.conn
58
- - @log
59
- - %phpbbde.pastebin.path%
60
- - %core.root_path%
61
- - %core.php_ext%
62
- - %phpbbde.pastebin.cron.prune_interval%
63
- - %tables.phpbbde.pastebin.pastebin%
55
+ - ' @cache'
56
+ - ' @config'
57
+ - ' @dbal.conn'
58
+ - ' @log'
59
+ - ' %phpbbde.pastebin.path%'
60
+ - ' %core.root_path%'
61
+ - ' %core.php_ext%'
62
+ - ' %phpbbde.pastebin.cron.prune_interval%'
63
+ - ' %tables.phpbbde.pastebin.pastebin%'
64
64
calls :
65
65
- [set_name, [phpbbde.pastebin.cron.main]]
66
66
tags :
67
- - { name: cron.task }
67
+ - {name: cron.task}
0 commit comments