Element index for package Wiki
Package indexes
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ x ]
[ _ ]
Letter '_'
- __construct
- in file new.php, method arbitWikiPageNewStruct::__construct()
Construct signal struct from its major data fields.
- __construct
- in file page.php, method arbitWikiViewPageModel::__construct()
Construct project view model from common values
- __construct
- in file revert.php, method arbitWikiViewRevertPageModel::__construct()
Construct project view model from common values
- __construct
- in file text_diff.php, method arbitWikiViewTextDiffModel::__construct()
Construct project view model from common values
- __construct
- in file old_page.php, method arbitWikiViewOldPageModel::__construct()
Construct project view model from common values
- __construct
- in file new_page.php, method arbitWikiPageNewViewStruct::__construct()
Create view struct from signal struct
- __construct
- in file edit_page.php, method arbitWikiPageEditViewStruct::__construct()
Create view struct from signal struct
- __construct
- in file history.php, method arbitWikiViewPageHistoryModel::__construct()
Construct project view model from common values
- __construct
- in file last_edits.php, method arbitWikiViewLastEditsModel::__construct()
Construct project view model from common values
- __construct
- in file edit.php, method arbitWikiViewEditPageModel::__construct()
Construct project view model from common values
Letter 'a'
- arbitModuleWikiController
- in file controller.php, class arbitModuleWikiController
Base wiki controller.
- arbitModuleWikiDefintion
- in file definition.php, class arbitModuleWikiDefintion
Arbit Wiki module definition
- arbitWikiPageEditStruct
- in file edited.php, class arbitWikiPageEditStruct
Wiki module new issue signal struct
- arbitWikiPageNewStruct
- in file new.php, class arbitWikiPageNewStruct
Wiki module new issue signal struct
- arbitBackendCouchDbWikiPageView
- in file page.php, class arbitBackendCouchDbWikiPageView
View on Wiki questions
- arbitCouchDbWikiPageFacade
- in file page.php, class arbitCouchDbWikiPageFacade
Page facade defining all methods required to access page related data in the backend.
- arbitWikiPageFacade
- in file page.php, class arbitWikiPageFacade
Page facade defining all methods required to access page related data in the backend.
- attachFile
- in file page.php, method arbitCouchDbWikiPageFacade::attachFile()
Attach file to page
Attach a file to the page specified by its ID. given as a third parameter and should also be stored.
- attachFile
- in file page.php, method arbitWikiPageFacade::attachFile()
Attach file to page
Attach a file to the page specified by its ID. given as a third parameter and should also be stored.
- arbitModuleModelWikiPage
- in file page.php, class arbitModuleModelWikiPage
Project model
- attachFile
- in file page.php, method arbitModuleModelWikiPage::attachFile()
Attach file to page
- arbitModuleWikiEmailHandler
- in file email.php, class arbitModuleWikiEmailHandler
Email view handler generating emails from the provided view model.
- arbitModuleWikiXHtmlHandler
- in file xhtml.php, class arbitModuleWikiXHtmlHandler
XHtml view handler generating XHtml from the provided view model.
- arbitWikiPageEditViewStruct
- in file edit_page.php, class arbitWikiPageEditViewStruct
Base model struct for dashboard project data
- arbitWikiPageNewViewStruct
- in file new_page.php, class arbitWikiPageNewViewStruct
Base model struct for dashboard project data
- arbitWikiViewEditPageModel
- in file edit.php, class arbitWikiViewEditPageModel
Base model struct for the Wiki overview
- arbitWikiViewLastEditsModel
- in file last_edits.php, class arbitWikiViewLastEditsModel
Base model struct for the Wiki overview
- arbitWikiViewOldPageModel
- in file old_page.php, class arbitWikiViewOldPageModel
Base model struct for the Wiki overview
- arbitWikiViewPageHistoryModel
- in file history.php, class arbitWikiViewPageHistoryModel
Base model struct for the Wiki overview
- arbitWikiViewPageModel
- in file page.php, class arbitWikiViewPageModel
Base model struct for the Wiki overview
- arbitWikiViewRevertPageModel
- in file revert.php, class arbitWikiViewRevertPageModel
Base model struct for the Wiki overview
- arbitWikiViewTextDiffModel
- in file text_diff.php, class arbitWikiViewTextDiffModel
Base model struct for the Wiki text diffs
Letter 'c'
- $caches
- in file definition.php, variable arbitModuleWikiDefintion::$caches
Array with caches registered on initialization
Each cache must have a unique name, normally prefixed with the module identifier. time to live for the cache.
- $couchDbDocuments
- in file definition.php, variable arbitModuleWikiDefintion::$couchDbDocuments
CouchDB documents to be registered at the document manager.
- $couchDbViews
- in file definition.php, variable arbitModuleWikiDefintion::$couchDbViews
CouchDB documents to be registered at the document manager.
- controller.php
- procedural page controller.php
- createPage
- in file page.php, method arbitCouchDbWikiPageFacade::createPage()
Create a new page
Create a new page with the given name. if there already is a page with the given name.
- createPage
- in file page.php, method arbitWikiPageFacade::createPage()
Create a new page
Create a new page with the given name. if there already is a page with the given name.
- create
- in file page.php, method arbitModuleModelWikiPage::create()
Method called to create a new instance in the backend.
- createFromRevision
- in file page.php, method arbitModuleModelWikiPage::createFromRevision()
Create model from revision data
Create a arbitModuleModelWikiPage from the array containing the data of one revision.
- $conversions
- in file page.php, variable arbitWikiViewPageModel::$conversions
Properties to just assign from source model
- configureTemplate
- in file xhtml.php, method arbitModuleWikiXHtmlHandler::configureTemplate()
Configure tempalte library
Letter 'd'
- diff
- in file controller.php, method arbitModuleWikiController::diff()
Diff two article versions
Show a diff between two version of a wiki page.
- definition.php
- procedural page definition.php
- deletePage
- in file page.php, method arbitCouchDbWikiPageFacade::deletePage()
Delete a page
Delete the page with the given ID permanently from the backend.
- deletePage
- in file page.php, method arbitWikiPageFacade::deletePage()
Delete a page
Delete the page with the given ID permanently from the backend.
- $defaultFetchMethod
- in file page.php, variable arbitModuleModelWikiPage::$defaultFetchMethod
Method from the model class implementation used to fetch the requested data value for the constructed model. the data is actually requested from the model.
- delete
- in file page.php, method arbitModuleModelWikiPage::delete()
Method called to delete a instance in the backend.
- diff
- in file page.php, method arbitModuleModelWikiPage::diff()
Diff two wiki pages
Calculate the diff between two wiki pages.
Letter 'e'
- edit
- in file controller.php, method arbitModuleWikiController::edit()
Edit action
Edit a wiki page.
- exists
- in file controller.php, method arbitModuleWikiController::exists()
Check if a wiki page exists
Check if a wiki page exists, by its name. set to the current namespace beforehand.
- edited.php
- procedural page edited.php
- email.php
- procedural page email.php
- edit.php
- procedural page edit.php
- edit_page.php
- procedural page edit_page.php
Letter 'f'
- $facades
- in file definition.php, variable arbitModuleWikiDefintion::$facades
Array with facades registered on initialization
Array with facedes for all known database backends linked with their respective implementation.
- findByTitle
- in file page.php, method arbitCouchDbWikiPageFacade::findByTitle()
Find wiki page by title
Find wiki page by its title and return the ID of the wiki page, or false, if it does not exist.
- findByTitle
- in file page.php, method arbitWikiPageFacade::findByTitle()
Find wiki page by title
Find wiki page by its title and return the ID of the wiki page, or false, if it does not exist.
- findByTitle
- in file page.php, method arbitModuleModelWikiPage::findByTitle()
Find wiki page by title
Return the wiki page with the specified title, or false, when no wiki page with the defined title could be found.
Letter 'g'
- getMenu
- in file controller.php, method arbitModuleWikiController::getMenu()
Return the menu for the wiki controller
- getViewName
- in file page.php, method arbitBackendCouchDbWikiPageView::getViewName()
Get name of view
- getFileContents
- in file page.php, method arbitCouchDbWikiPageFacade::getFileContents()
Get file contents
Return the contents of the file specified by its storage file name.
- getFileContents
- in file page.php, method arbitWikiPageFacade::getFileContents()
Get file contents
Return the contents of the file specified by its storage file name.
- getPageCount
- in file page.php, method arbitCouchDbWikiPageFacade::getPageCount()
Get page count
Get the number of wiki pages in the curretn namespace.
- getPageCount
- in file page.php, method arbitWikiPageFacade::getPageCount()
Get page count
Get the number of wiki pages in the curretn namespace.
- getPageData
- in file page.php, method arbitCouchDbWikiPageFacade::getPageData()
Get page data
- getPageData
- in file page.php, method arbitWikiPageFacade::getPageData()
Get page data
- getAttachment
- in file page.php, method arbitModuleModelWikiPage::getAttachment()
Get attachment contents
Return the contents of the attachment specified by its storage file name.
- getLastEdits
- in file page.php, method arbitModuleModelWikiPage::getLastEdits()
Get last edited documents
Get an array with the documents, edited last.
- getPageCount
- in file page.php, method arbitModuleModelWikiPage::getPageCount()
Get count of available pages
- getPageData
- in file page.php, method arbitModuleModelWikiPage::getPageData()
Fetch the basic project data
- getVersion
- in file page.php, method arbitModuleModelWikiPage::getVersion()
Get specified version of wiki page
Return a arbitModuleModelWikiPage object for the specified version of the current wiki page.
Letter 'h'
- history
- in file controller.php, method arbitModuleWikiController::history()
History action
- history.php
- procedural page history.php
Letter 'i'
- index
- in file controller.php, method arbitModuleWikiController::index()
Index action
The index action just dispatches to the default view of the wiki module - the custom wiki configuration.
Letter 'l'
- last_edits
- in file controller.php, method arbitModuleWikiController::last_edits()
Last edits overview
- lastEdits
- in file page.php, method arbitCouchDbWikiPageFacade::lastEdits()
Last wiki edits
Get a list of document IDs, which were edited last, sorted by the edit date, descending.
- lastEdits
- in file page.php, method arbitWikiPageFacade::lastEdits()
Last wiki edits
Get a list of document IDs, which were edited last, sorted by the edit date, descending.
- last_edits.php
- procedural page last_edits.php
Letter 'm'
- $moduleTemplates
- in file xhtml.php, variable arbitModuleWikiXHtmlHandler::$moduleTemplates
Method template association for default calls.
- $moduleTemplates
- in file email.php, variable arbitModuleWikiEmailHandler::$moduleTemplates
Method template association for default calls.
Letter 'n'
- $namespace
- in file controller.php, variable arbitModuleWikiController::$namespace
Current wiki namespace, required for static calls, which cheack the existance of documents.
- new.php
- procedural page new.php
- new_page.php
- procedural page new_page.php
Letter 'o'
- old
- in file controller.php, method arbitModuleWikiController::old()
Show old article versions
Show an older version of a wiki article.
- old_page.php
- procedural page old_page.php
Letter 'p'
- $properties
- in file new.php, variable arbitWikiPageNewStruct::$properties
Array containing the structs properties.
- $properties
- in file definition.php, variable arbitModuleWikiDefintion::$properties
Array containing the module structures properties.
- page.php
- procedural page page.php
- page.php
- procedural page page.php
- page.php
- procedural page page.php
- $properties
- in file page.php, variable arbitModuleModelWikiPage::$properties
Array containing the projects properties
- page.php
- procedural page page.php
- $properties
- in file page.php, variable arbitWikiViewPageModel::$properties
Array containing the actual view data.
- $properties
- in file text_diff.php, variable arbitWikiViewTextDiffModel::$properties
Array containing the actual view data.
- $properties
- in file new_page.php, variable arbitWikiPageNewViewStruct::$properties
Array containing the actual view data.
- $properties
- in file last_edits.php, variable arbitWikiViewLastEditsModel::$properties
Array containing the actual view data.
- $properties
- in file history.php, variable arbitWikiViewPageHistoryModel::$properties
Array containing the actual view data.
- $properties
- in file edit.php, variable arbitWikiViewEditPageModel::$properties
Array containing the actual view data.
- $properties
- in file edit_page.php, variable arbitWikiPageEditViewStruct::$properties
Array containing the actual view data.
- page.php
- procedural page page.php
Letter 'r'
- reportDashboardData
- in file controller.php, method arbitModuleWikiController::reportDashboardData()
Report updated dashboard infos
- revert.php
- procedural page revert.php
Letter 's'
- storeChanges
- in file page.php, method arbitModuleModelWikiPage::storeChanges()
Method called to store changes to the model.
Letter 't'
- text_diff.php
- procedural page text_diff.php
Letter 'u'
- updatePageData
- in file page.php, method arbitCouchDbWikiPageFacade::updatePageData()
Update stored information for the given page
The array with the information to update may any number of the common keys, and only the given keys will be updated in the storage backend.
- updatePageData
- in file page.php, method arbitWikiPageFacade::updatePageData()
Update stored information for the given page
The array with the information to update may any number of the common keys, and only the given keys will be updated in the storage backend.
- $userModelProperties
- in file page.php, variable arbitModuleModelWikiPage::$userModelProperties
Properties containing user IDs
Properties containing user IDs, which should be transformed into user models. current model, all properties with this name are also transformed.
Letter 'v'
- $viewModels
- in file definition.php, variable arbitModuleWikiDefintion::$viewModels
List of view models used by the module
List of used view handlers associated with a list of view models used by the module, each associated with a callback to the concrete handler implementation to visit the view model.
- view
- in file controller.php, method arbitModuleWikiController::view()
View action
Show the most recent version of a wiki article, or files attached to a wiki document.
- $viewDefinitions
- in file page.php, variable arbitBackendCouchDbWikiPageView::$viewDefinitions
View functions to be registered on the server
- $viewReduces
- in file page.php, variable arbitBackendCouchDbWikiPageView::$viewReduces
Reduce function for a view function.
Letter 'x'
- xhtml.php
- procedural page xhtml.php
|