Пример #1
0
 /**
  * Affiliates anzeigen
  * @param int $categoryId
  * @param bool $acceptedOnly
  * @param int $textOnly
  * @param bool $openBlank
  * @param string $view
  * @param bool $isNotUtf8
  */
 public static function showAffiliates($categoryId, $acceptedOnly = true, $textOnly = 0, $openBlank = false, $view = null, $isNotUtf8 = false)
 {
     $controller = new \pub\affiliate_list($categoryId, $view, $acceptedOnly, $textOnly, $openBlank, $isNotUtf8);
     return $controller->process();
     unset($controller);
 }