Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitFaqCategoriesFacade

Faq::Facade::arbitFaqCategoriesFacade

Interface arbitFaqCategoriesFacade

Project 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.

Author(s):
Version:   $Revision: 1236 $
License:   GPL

Method Summary

public 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.
public void setCategories( $data )
Set categories Store the FAQ categories, given as a multidimensional array, in the same structure getCategories() returns.

Methods

getCategories

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:

  1.   array(
  2.       'website' => array(),
  3.       'project' => array(
  4.           'backend' => array(),
  5.           'frontend' => array(),
  6.       ),
  7.   )

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:

  1.   array(
  2.       'website' => array(),
  3.       'project' => array(
  4.           'backend' => array(),
  5.           'frontend' => array(),
  6.       ),
  7.   )

Parameters:
Name Type Description
$data array
Documentation generated on Mon, 05 Apr 2010 14:01:39 +0200 by phpDocumentor 1.4.3