Arbit - project tracking

Arbit - project tracking

API documentation :: Package Faq Element Index

Element index for package Faq

Package indexes

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ u ] [ v ] [ x ] [ _ ]

Letter '_'

__construct
in file question_removed.php, method arbitFaqQuestionRemovedStruct::__construct()
    Construct signal struct from its major data fields.
__construct
in file new_question.php, method arbitFaqNewQuestionStruct::__construct()
    Construct signal struct from its major data fields.
__construct
in file answer_edit.php, method arbitFaqAnswerEditStruct::__construct()
    Construct signal struct from its major data fields.
__construct
in file categories.php, method arbitModuleModelFaqCategories::__construct()
    Create categories model
__construct
in file overview.php, method arbitFaqOverviewViewModel::__construct()
    Construct project view model from common values
__construct
in file question.php, method arbitFaqQuestionViewModel::__construct()
    Construct project view model from common values
__construct
in file question_removed.php, method arbitFaqQuestionRemovedViewStruct::__construct()
    Create view struct from signal struct
__construct
in file new_question.php, method arbitFaqNewQuestionViewStruct::__construct()
    Create view struct from signal struct
__construct
in file edit.php, method arbitFaqQuestionEditModel::__construct()
    Construct project view model from common values
__construct
in file answer_edit.php, method arbitFaqAnswerEditViewStruct::__construct()
    Create view struct from signal struct
__construct
in file ask.php, method arbitFaqAskViewModel::__construct()
    Construct project view model from common values
__construct
in file categories.php, method arbitFaqCategoriesViewModel::__construct()
    Construct project view model from common values
__construct
in file answer.php, method arbitFaqAnswerViewModel::__construct()
    Construct project view model from common values

Letter 'a'

answer
in file controller.php, method arbitModuleFaqController::answer()
    Answer action Let user answers and delete new questions.
arbitFaqAnswerEditStruct
in file answer_edit.php, class arbitFaqAnswerEditStruct
    FAQ module changed answer signal struct
arbitFaqNewQuestionStruct
in file new_question.php, class arbitFaqNewQuestionStruct
    FAQ module new question signal struct
arbitFaqQuestionRemovedStruct
in file question_removed.php, class arbitFaqQuestionRemovedStruct
    FAQ module question removed signal struct
arbitModuleFaqController
in file controller.php, class arbitModuleFaqController
    Base faq controller.
arbitModuleFaqDefintion
in file definition.php, class arbitModuleFaqDefintion
    Arbit FAQ module definition
ask
in file controller.php, method arbitModuleFaqController::ask()
    Ask action Let user ask new questions, if he is allowed to.
answer_edit.php
procedural page answer_edit.php
arbitBackendCouchDbFaqQuestionView
in file question.php, class arbitBackendCouchDbFaqQuestionView
    View on FAQ questions
arbitCouchDbFaqCategoriesFacade
in file categories.php, class arbitCouchDbFaqCategoriesFacade
    Project facade defining all methods required to access faq_categories related data in the backend.
arbitCouchDbFaqQuestionFacade
in file question.php, class arbitCouchDbFaqQuestionFacade
    Question facade defining all methods required to access question related data in the backend.
arbitFaqCategoriesFacade
in file categories.php, class arbitFaqCategoriesFacade
    Project facade defining all methods required to access project related data in the backend.
arbitFaqQuestionFacade
in file question.php, class arbitFaqQuestionFacade
    Question facade defining all methods required to access question related data in the backend.
arbitModuleModelFaqCategories
in file categories.php, class arbitModuleModelFaqCategories
    Categories model
arbitModuleModelFaqQuestion
in file question.php, class arbitModuleModelFaqQuestion
    Project model
arbitFaqAnswerEditViewStruct
in file answer_edit.php, class arbitFaqAnswerEditViewStruct
    Base model struct for dashboard project data
arbitFaqAnswerViewModel
in file answer.php, class arbitFaqAnswerViewModel
    Base model struct for the FAQ overview
arbitFaqAskViewModel
in file ask.php, class arbitFaqAskViewModel
    Base model struct for the FAQ overview
arbitFaqCategoriesViewModel
in file categories.php, class arbitFaqCategoriesViewModel
    Base model struct for the FAQ overview
arbitFaqNewQuestionViewStruct
in file new_question.php, class arbitFaqNewQuestionViewStruct
    Base model struct for dashboard project data
arbitFaqOverviewViewModel
in file overview.php, class arbitFaqOverviewViewModel
    Base model struct for the FAQ overview
arbitFaqQuestionEditModel
in file edit.php, class arbitFaqQuestionEditModel
    Base model struct for a FAQ question
arbitFaqQuestionRemovedViewStruct
in file question_removed.php, class arbitFaqQuestionRemovedViewStruct
    Base model struct for dashboard project data
arbitFaqQuestionViewModel
in file question.php, class arbitFaqQuestionViewModel
    Base model struct for a FAQ question
arbitModuleFaqEmailHandler
in file email.php, class arbitModuleFaqEmailHandler
    Email view handler generating emails from the provided view model.
arbitModuleFaqXHtmlHandler
in file xhtml.php, class arbitModuleFaqXHtmlHandler
    XHtml view handler generating XHtml from the provided view model.
answer.php
procedural page answer.php
ask.php
procedural page ask.php
answer_edit.php
procedural page answer_edit.php

Letter 'c'

$caches
in file definition.php, variable arbitModuleFaqDefintion::$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 arbitModuleFaqDefintion::$couchDbDocuments
    CouchDB documents to be registered at the document manager.
$couchDbViews
in file definition.php, variable arbitModuleFaqDefintion::$couchDbViews
    CouchDB documents to be registered at the document manager.
categories
in file controller.php, method arbitModuleFaqController::categories()
    Ask action Let user ask new questions, if he is allowed to.
controller.php
procedural page controller.php
createQuestion
in file question.php, method arbitCouchDbFaqQuestionFacade::createQuestion()
    Create a new question Create a new question with the given name. if there already is a question with the given name.
createQuestion
in file question.php, method arbitFaqQuestionFacade::createQuestion()
    Create a new question Create a new question with the given name. if there already is a question with the given name.
categories.php
procedural page categories.php
categories.php
procedural page categories.php
create
in file question.php, method arbitModuleModelFaqQuestion::create()
    Method called to create a new instance in the backend.
create
in file categories.php, method arbitModuleModelFaqCategories::create()
    Method called to create a new instance in the backend.
categories.php
procedural page categories.php
configureTemplate
in file xhtml.php, method arbitModuleFaqXHtmlHandler::configureTemplate()
    Configure tempalte library
categories.php
procedural page categories.php

Letter 'd'

definition.php
procedural page definition.php
deleteQuestion
in file question.php, method arbitCouchDbFaqQuestionFacade::deleteQuestion()
    Delete a question Delete the question with the given ID permanently from the backend.
deleteQuestion
in file question.php, method arbitFaqQuestionFacade::deleteQuestion()
    Delete a question Delete the question with the given ID permanently from the backend.
$defaultFetchMethod
in file categories.php, variable arbitModuleModelFaqCategories::$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.
$defaultFetchMethod
in file question.php, variable arbitModuleModelFaqQuestion::$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 question.php, method arbitModuleModelFaqQuestion::delete()
    Method called to delete a instance in the backend.

Letter 'e'

edit
in file controller.php, method arbitModuleFaqController::edit()
    Edit question action
email.php
procedural page email.php
edit.php
procedural page edit.php

Letter 'f'

$facades
in file definition.php, variable arbitModuleFaqDefintion::$facades
    Array with facades registered on initialization Array with facedes for all known database backends linked with their respective implementation.
findAndAdd
in file controller.php, method arbitModuleFaqController::findAndAdd()
    Find key in array and add new child Find the specified key in the given array and add a new child array with the specified key in $add.
findAndRemove
in file controller.php, method arbitModuleFaqController::findAndRemove()
    Find key in array and remove subtree Find the specified key in the given array and remove the complete associated subtree.
fetchCategoriesData
in file categories.php, method arbitModuleModelFaqCategories::fetchCategoriesData()
    Fetch the basic categories data

Letter 'g'

getMenu
in file controller.php, method arbitModuleFaqController::getMenu()
    Return the menu for the faq controller
getViewName
in file question.php, method arbitBackendCouchDbFaqQuestionView::getViewName()
    Get name of view
getCategories
in file categories.php, method arbitFaqCategoriesFacade::getCategories()
    Get FAQ categories The categories are available in a multidimensional array, where the name of the category is the key and its children are available in an array in the respective value.
getCategories
in file categories.php, method arbitCouchDbFaqCategoriesFacade::getCategories()
    Get FAQ categories The categories are available in a multidimensional array, where the name of the category is the key and its children are available in an array in the respective value.
getQuestionData
in file question.php, method arbitFaqQuestionFacade::getQuestionData()
    Get question data
getQuestionData
in file question.php, method arbitCouchDbFaqQuestionFacade::getQuestionData()
    Get question data
getQuestionsFromCategory
in file question.php, method arbitCouchDbFaqQuestionFacade::getQuestionsFromCategory()
    Get array of questions Returns an array with questions. path, to select a subtree of sections to fetch. under the node /foo/bar you would pass array( 'foo', 'bar' ) to the method.
getQuestionsFromCategory
in file question.php, method arbitFaqQuestionFacade::getQuestionsFromCategory()
    Get array of questions Returns an array with questions. path, to select a subtree of sections to fetch. under the node /foo/bar you would pass array( 'foo', 'bar' ) to the method.
getUnansweredQuestions
in file question.php, method arbitCouchDbFaqQuestionFacade::getUnansweredQuestions()
    Get array of unanswered questions Returns an array with all questions which do not have an answer yet.
getUnansweredQuestions
in file question.php, method arbitFaqQuestionFacade::getUnansweredQuestions()
    Get array of unanswered questions Returns an array with all questions which do not have an answer yet.
getQuestionData
in file question.php, method arbitModuleModelFaqQuestion::getQuestionData()
    Fetch the basic project data
getQuestionsByCategory
in file question.php, method arbitModuleModelFaqQuestion::getQuestionsByCategory()
    Get questions by category Returns an array with question models. category path, to select a subtree of sections to fetch. questions under the node /foo/bar you would pass array( 'foo', 'bar' ) to the method.
getUnansweredQuestions
in file question.php, method arbitModuleModelFaqQuestion::getUnansweredQuestions()
    Get unanswered questions Returns an array with question models of all unanswered questions.

Letter 'i'

index
in file controller.php, method arbitModuleFaqController::index()
    Index action The index action just dispatches to the default view of the faq module - the custom faq configuration.

Letter 'm'

$moduleTemplates
in file xhtml.php, variable arbitModuleFaqXHtmlHandler::$moduleTemplates
    Method template association for default calls.
$moduleTemplates
in file email.php, variable arbitModuleFaqEmailHandler::$moduleTemplates
    Method template association for default calls.

Letter 'n'

new_question.php
procedural page new_question.php
new_question.php
procedural page new_question.php

Letter 'o'

overview
in file controller.php, method arbitModuleFaqController::overview()
    Overview action
overview.php
procedural page overview.php

Letter 'p'

$properties
in file question_removed.php, variable arbitFaqQuestionRemovedStruct::$properties
    Array containing the structs properties.
$properties
in file new_question.php, variable arbitFaqNewQuestionStruct::$properties
    Array containing the structs properties.
$properties
in file definition.php, variable arbitModuleFaqDefintion::$properties
    Array containing the module structures properties.
$properties
in file answer_edit.php, variable arbitFaqAnswerEditStruct::$properties
    Array containing the structs properties.
$properties
in file question.php, variable arbitModuleModelFaqQuestion::$properties
    Array containing the projects properties
$properties
in file categories.php, variable arbitModuleModelFaqCategories::$properties
    Array containing the categoriess properties
$properties
in file overview.php, variable arbitFaqOverviewViewModel::$properties
    Array containing the actual view data.
$properties
in file question.php, variable arbitFaqQuestionViewModel::$properties
    Array containing the actual view data.
$properties
in file question_removed.php, variable arbitFaqQuestionRemovedViewStruct::$properties
    Array containing the actual view data.
$properties
in file new_question.php, variable arbitFaqNewQuestionViewStruct::$properties
    Array containing the actual view data.
$properties
in file edit.php, variable arbitFaqQuestionEditModel::$properties
    Array containing the actual view data.
$properties
in file answer_edit.php, variable arbitFaqAnswerEditViewStruct::$properties
    Array containing the actual view data.
$properties
in file ask.php, variable arbitFaqAskViewModel::$properties
    Array containing the actual view data.
$properties
in file categories.php, variable arbitFaqCategoriesViewModel::$properties
    Array containing the actual view data.
$properties
in file answer.php, variable arbitFaqAnswerViewModel::$properties
    Array containing the actual view data.

Letter 'q'

question_removed.php
procedural page question_removed.php
question
in file controller.php, method arbitModuleFaqController::question()
    Question action
question.php
procedural page question.php
question.php
procedural page question.php
question.php
procedural page question.php
question.php
procedural page question.php
question.php
procedural page question.php
question_removed.php
procedural page question_removed.php

Letter 'r'

reportDashboardData
in file controller.php, method arbitModuleFaqController::reportDashboardData()
    Report updated dashboard infos

Letter 's'

setCategories
in file categories.php, method arbitFaqCategoriesFacade::setCategories()
    Set categories Store the FAQ categories, given as a multidimensional array, in the same structure getCategories() returns.
setCategories
in file categories.php, method arbitCouchDbFaqCategoriesFacade::setCategories()
    Set categories Store the FAQ categories, given as a multidimensional array, in the same structure getCategories() returns.
storeChanges
in file question.php, method arbitModuleModelFaqQuestion::storeChanges()
    Method called to store changes to the model.
storeChanges
in file categories.php, method arbitModuleModelFaqCategories::storeChanges()
    Method called to store changes to the model.

Letter 'u'

updateQuestionData
in file question.php, method arbitCouchDbFaqQuestionFacade::updateQuestionData()
    Update stored information for the given question 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.
updateQuestionData
in file question.php, method arbitFaqQuestionFacade::updateQuestionData()
    Update stored information for the given question 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.

Letter 'v'

$viewModels
in file definition.php, variable arbitModuleFaqDefintion::$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.
$viewDefinitions
in file question.php, variable arbitBackendCouchDbFaqQuestionView::$viewDefinitions
    View functions to be registered on the server

Letter 'x'

xhtml.php
procedural page xhtml.php
Documentation generated on Mon, 05 Apr 2010 14:01:26 +0200 by phpDocumentor 1.4.3