Theme.php

Location: extensions/GrandObjects/Theme.php
Source Code: master
Classes: Theme

Description

The Theme class is used to access data from the grand_themes table. A Theme is a grouping of Projects, so to get the Projects in the Theme use the getProjects() method. Themes contain leaders just like Projects. The name of ‘theme’ throughout the Forum can be renamed by changing the projectThemes config variable.

Static Factory Methods

  • newFromId($id)
  • newFromName($name)

Table Of Contents

Previous topic

Role.php

Next topic

Wiki.php

This Page