API documentation :: Docs For Class arbitFaqCategoriesFacade
Packages:Interfaces:Classes:
|
Faq::Facade::arbitFaqCategoriesFacadeInterface arbitFaqCategoriesFacadeProject facade defining all methods required to access project related data in the backend. Project facade defining all methods required to access project related data in the backend.
Method Summary
MethodsgetCategories
array
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. 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. The array looks like:
setCategories
void
setCategories(
$data
)
Set categories Store the FAQ categories, given as a multidimensional array, in the same structure getCategories() returns. Set categories Store the FAQ categories, given as a multidimensional array, in the same structure getCategories() returns. The array looks like:
Parameters:
Documentation generated on Mon, 05 Apr 2010 14:01:39 +0200 by phpDocumentor 1.4.3
|