/**
  * @see parent::getProps()
  */
 function getProps()
 {
     $specs = parent::getProps();
     $specs['title'] = 'str notNull';
     $specs['forum_theme_id'] = 'ref notNull class|CForumTheme';
     return $specs;
 }