getLinkedInfo(); return '(CategoryId=' . $this->GetID() . ' AND ' . $table_info['ForeignKey'] . '=' . $table_info['ParentId'] . ')'; } /** * Generate and set new temporary id * * @return void * @access public */ public function setTempID() { // don't set temp id for this item } }