/**
  * Retrieved list of objects base on a given parameters - static method: listPaForumCategory()
  *
  *
  * Generated with the DalClassGenerator created by: 
  * Zoran Hron <*****@*****.**> 
  *
  * @param conditionalStatement = null
  * @param orderby = null
  * @param sort = null
  * @param limit = 0
  * @param fetchmode = DB_FETCHMODE_OBJECT
  * @result array of objects: PaForumCategory
  **/
 public static function listPaForumCategory($conditionalStatement = null, $orderby = null, $sort = null, $limit = 0, $fetchmode = DB_FETCHMODE_OBJECT)
 {
     // object self instance
     $instance = new self();
     // call dynamic method
     return $instance->list_PaForumCategory($conditionalStatement, $orderby, $sort, $limit, $fetchmode);
 }