[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/controller/ -> provider.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 92 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

provider:: (4 methods):
  __construct()
  find_routing_files()
  find()
  get_routes()


Class: provider  - X-Ref

Controller interface

__construct($routing_files = array()   X-Ref
Construct method

param: array $routing_files Array of strings containing paths

find_routing_files(\phpbb\finder $finder)   X-Ref
Find the list of routing files

param: \phpbb\finder $finder
return: null

find($base_path = '')   X-Ref
Find a list of controllers

param: string $base_path Base path to prepend to file paths
return: provider

get_routes()   X-Ref
Get the list of routes

return: RouteCollection Get the route collection



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1