Код: Выделить всё
$phpbb_container->get('my_service');
Код: Выделить всё
services:
my_service:
public: true
Код: Выделить всё
arguments:
- '@my_service'
Код: Выделить всё
$phpbb_container->get('my_service');
Код: Выделить всё
services:
my_service:
public: true
Код: Выделить всё
arguments:
- '@my_service'