helper
class helper
Controller helper class, contains methods that do things for controllers
Properties
protected config | $config | config object |
|
protected router | $router | phpBB router |
|
protected symfony_request | $symfony_request | ||
protected request_interface | $request | ||
protected filesystem | $filesystem | ||
protected string | $phpbb_root_path | phpBB root path |
|
protected string | $php_ext | PHP file extension |
Methods
__construct(config $config, router $router, symfony_request $symfony_request, request_interface $request, filesystem $filesystem, string $phpbb_root_path, string $php_ext)
Constructor
string
route(string $route, array $params = array(), bool $is_amp = true, string|bool $session_id = false, bool|string $reference_type = UrlGeneratorInterface::ABSOLUTE_PATH)
Generate a URL to a route
Details
at line 74
__construct(config $config, router $router, symfony_request $symfony_request, request_interface $request, filesystem $filesystem, string $phpbb_root_path, string $php_ext)
Constructor
at line 95
string
route(string $route, array $params = array(), bool $is_amp = true, string|bool $session_id = false, bool|string $reference_type = UrlGeneratorInterface::ABSOLUTE_PATH)
Generate a URL to a route