Documentation is available at classes_topic.php
- <?php
- class topic extends b_object {
- //NOTE - object type definition "user types"
- var $name;
- var $description;
- function topic( $constructID = NULL ) {
- parent::b_object( $constructID, 'topics' );
- }
- function get_index() {
- if( $this->name ) {
- $objectIndex = $this->name;
- } else {
- $objectIndex = "new topic";
- }
- return $objectIndex;
- }
- }
- ?>
Documentation generated on Tue, 24 May 2005 03:57:19 -0400 by phpDocumentor 1.3.0RC3