Verzeichnisstruktur phpBB-3.2.0


Veröffentlicht
06.01.2017

So funktioniert es


Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück

Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis.
Auf den Verzeichnisnamen klicken, dies zeigt nur das Verzeichnis mit Inhalt an

(Beispiel Datei-Icons)

Auf das Icon klicken um den Quellcode anzuzeigen

services_content.yml

Zuletzt modifiziert: 09.10.2024, 12:54 - Dateigröße: 1.72 KiB


01  services:
02      content.visibility:
03          class: phpbb\content_visibility
04          arguments:
05              - '@auth'
06              - '@config'
07              - '@dispatcher'
08              - '@dbal.conn'
09              - '@user'
10              - '%core.root_path%'
11              - '%core.php_ext%'
12              - '%tables.forums%'
13              - '%tables.posts%'
14              - '%tables.topics%'
15              - '%tables.users%'
16   
17      groupposition.legend:
18          class: phpbb\groupposition\legend
19          arguments:
20              - '@dbal.conn'
21              - '@user'
22   
23      groupposition.teampage:
24          class: phpbb\groupposition\teampage
25          arguments:
26              - '@dbal.conn'
27              - '@user'
28              - '@cache.driver'
29   
30      message.form.admin:
31          class: phpbb\message\admin_form
32          arguments:
33              - '@auth'
34              - '@config'
35              - '@config_text'
36              - '@dbal.conn'
37              - '@user'
38              - '%core.root_path%'
39              - '%core.php_ext%'
40   
41      message.form.topic:
42          class: phpbb\message\topic_form
43          arguments:
44              - '@auth'
45              - '@config'
46              - '@dbal.conn'
47              - '@user'
48              - '%core.root_path%'
49              - '%core.php_ext%'
50   
51      message.form.user:
52          class: phpbb\message\user_form
53          arguments:
54              - '@auth'
55              - '@config'
56              - '@dbal.conn'
57              - '@user'
58              - '%core.root_path%'
59              - '%core.php_ext%'
60   
61      pagination:
62          class: phpbb\pagination
63          arguments:
64              - '@template'
65              - '@user'
66              - '@controller.helper'
67              - '@dispatcher'
68   
69      viewonline_helper:
70          class: phpbb\viewonline_helper
71          arguments:
72              - '@filesystem'
73