/**
  * Retrieved list of objects base on a given parameters - static method: listPaForum()
  *
  *
  * 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: PaForum
  **/
 public static function listPaForum($conditionalStatement = null, $orderby = null, $sort = null, $limit = 0, $fetchmode = DB_FETCHMODE_OBJECT)
 {
     // object self instance
     $instance = new self();
     // call dynamic method
     return $instance->list_PaForum($conditionalStatement, $orderby, $sort, $limit, $fetchmode);
 }