[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/admin/inc/ -> functions_view_manager.php (summary)

MyBB 1.8 Copyright 2014 MyBB Group, All Rights Reserved Website: http://www.mybb.com License: http://www.mybb.com/about/license

File Size: 663 lines (24 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  view_manager()
  set_default_view()
  fetch_default_view()

Functions
Functions that are not part of a class:

view_manager($base_url, $type, $fields, $sort_options=array()   X-Ref
Builds the "view management" interface allowing administrators to edit their custom designed "views"
param: string $base_url The base URL to this instance of the view manager
param: string $type The internal type identifier for this view
param: array $fields Array of fields this view supports
param: array $sort_options Array of possible sort options this view supports if any
param: string $conditions_callback Optional callback function which generates list of "conditions" for this view

set_default_view($type, $vid)   X-Ref
No description

fetch_default_view($type)   X-Ref

return: bool|array
param: string $type



2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref