[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
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: | 565 lines (14 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
md_exporter:: (15 methods):
__construct()
get_events()
crawl_phpbb_directory_adm()
crawl_phpbb_directory_styles()
crawl_eventsmd()
version_is_filtered()
export_events_for_wiki()
validate_event_name()
validate_since()
validate_changed()
validate_version()
validate_file_list()
crawl_file_for_events()
validate_events_from_file()
get_recursive_file_list()
Class: md_exporter - X-Ref
Crawls through a markdown file and grabs all events__construct($phpbb_root_path, $extension = null, $min_version = null, $max_version = null) X-Ref |
param: string $phpbb_root_path param: mixed $extension String 'vendor/ext' to filter, null for phpBB core param: string $min_version param: string $max_version |
get_events() X-Ref |
Get the list of all events return: array Array with events: name => details |
crawl_phpbb_directory_adm($md_file) X-Ref |
param: string $md_file Relative from phpBB root return: int Number of events found |
crawl_phpbb_directory_styles($md_file) X-Ref |
param: string $md_file Relative from phpBB root return: int Number of events found |
crawl_eventsmd($md_file, $filter) X-Ref |
param: string $md_file Relative from phpBB root param: string $filter Should be 'styles' or 'adm' return: int Number of events found |
version_is_filtered($version) X-Ref |
The version to check param: string $version return: bool |
export_events_for_wiki($action = '') X-Ref |
Format the php events as a wiki table param: string $action return: string Number of events found |
validate_event_name($event_name) X-Ref |
Validates a template event name param: $event_name return: null |
validate_since($since) X-Ref |
Validate "Since" Information param: string $since return: string |
validate_changed($changed) X-Ref |
Validate "Changed" Information param: string $changed return: string |
validate_version($version) X-Ref |
Validate "version" Information param: string $version return: bool True if valid, false otherwise |
validate_file_list($file_details) X-Ref |
Validate the files list param: string $file_details return: array |
crawl_file_for_events($file) X-Ref |
Get all template events in a template file param: string $file return: array |
validate_events_from_file($file, array $events) X-Ref |
Validates whether all events from $file are in the md file and vice-versa param: string $file param: array $events return: true |
get_recursive_file_list($dir) X-Ref |
Returns a list of files in $dir Works recursive with any depth param: string $dir Directory to go through return: array List of files (including directories) |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |