Beispiel #1
0
 public static function SetCategoryListID($ID)
 {
     if (intval($ID) > 0) {
         self::$CategoryIB = intval($ID);
     }
     return $this;
 }
Beispiel #2
0
 public static function Idea($IdeaId = false)
 {
     return CIdeaManagmentIdea::GetInstance($IdeaId);
 }