webmatic3.wm3News
\core\classes\wm3News.php at line 8

Class wm3News

wm3Section
└─wm3News

public class wm3News
extends wm3Section


Constructor Summary

wm3News()

Method Summary
static void

addNews(mixed w3, mixed error, mixed user, mixed full)

static void

addNewsCategory(mixed w3, mixed error)

static void

addNewsComment(mixed w3, mixed comment_inserted, mixed error)

static void

checkNewsCategoryError(mixed w3)

static void

checkNewsCommentError(mixed w3)

static void

checkNewsError(mixed w3, mixed user)

static void

deleteNews(mixed w3, mixed newsID, mixed user, mixed full)

static void

deleteNewsCategory(mixed w3, mixed categoryID)

static void

deleteNewsComment(mixed newsID, mixed commentID, mixed all)

static void

disableNews(mixed w3, mixed newsID, mixed user, mixed full)

static void

disableNewsCategory(mixed categoryID)

static void

duplicateNews(mixed w3)

static void

editNews(mixed w3, mixed error, mixed user, mixed full)

static void

editNewsCategory(mixed w3, mixed error)

static void

enableNews(mixed w3, mixed newsID, mixed user, mixed full)

static void

enableNewsCategory(mixed categoryID)

static void

executeAdminAction(mixed w3)

static void

executeHomeAction(mixed w3)

static void

executeUserAction(mixed w3, mixed full)

static void

getNewsCategoryList(mixed w3, mixed currentID, mixed admin)

static void

getNewsCategoryName(mixed w3, mixed categoryID)

static void

getNewsCommentFieldsArray()

static void

getNewsFieldsArray()

static void

getNewsList(mixed w3, mixed currentID, mixed admin, mixed user, mixed full)

static void

getNewsTS(mixed newsID)

static void

getSectionParameters()

static void

hitNews(mixed w3)

static void

makeCounterCommentNews(mixed w3, mixed newsID)

static void

renderAllNews(mixed w3)

static void

renderCommentNews(mixed w3)

void

renderRssAuthorListNews(mixed w3, mixed languageID)

void

renderRssCategoryListNews(mixed w3, mixed languageID)

void

renderRssNews(mixed w3)

void

renderRssPanelNews(mixed w3)

static void

renderSingleNews(mixed w3, mixed comment_inserted, mixed error)

static void

renderSingleNewsPrintable(mixed w3)

static void

saveNews(mixed w3, mixed user, mixed full)

static void

saveNewsCategory(mixed w3)

static void

saveNewsComment(mixed w3)

static void

selectNewsCategory(mixed w3, mixed name, mixed categoryID, mixed all, mixed admin)

static void

updateNews(mixed w3, mixed user, mixed full)

static void

updateNewsCategory(mixed w3)

Methods inherited from webmatic3.wm3Section
addCategory, addSubcategory, checkCategoryError, checkSubcategoryError, deleteCategory, deleteSubcategory, editCategory, editSubcategory, existsCategory, existsSubcategory, getCategoryFieldsArray, getCategoryID, getCategoryIcon, getCategoryList, getCategoryName, getSubcategoryFieldsArray, getSubcategoryList, getSubcategoryName, isActionPrintable, makeBottomList, makeCaptionList, makeEmptyItemsList, makeFormBottom, makeFormItem, makeFormSeparator, makeFormTitle, makeHeaderList, makeItemList, makeNotFoundItem, saveCategory, saveSubcategory, selectCategory, selectSubcategory, setParameters, updateCategory, updateSubcategory

Constructor Detail

\core\classes\wm3News.php at line 11

wm3News

public wm3News()

Method Detail

\core\classes\wm3News.php at line 759

addNews

public static void addNews(mixed w3, mixed error, mixed user, mixed full)

\core\classes\wm3News.php at line 552

addNewsCategory

public static void addNewsCategory(mixed w3, mixed error)

\core\classes\wm3News.php at line 951

addNewsComment

public static void addNewsComment(mixed w3, mixed comment_inserted, mixed error)

\core\classes\wm3News.php at line 547

checkNewsCategoryError

public static void checkNewsCategoryError(mixed w3)

\core\classes\wm3News.php at line 941

checkNewsCommentError

public static void checkNewsCommentError(mixed w3)

\core\classes\wm3News.php at line 749

checkNewsError

public static void checkNewsError(mixed w3, mixed user)

\core\classes\wm3News.php at line 935

deleteNews

public static void deleteNews(mixed w3, mixed newsID, mixed user, mixed full)

\core\classes\wm3News.php at line 582

deleteNewsCategory

public static void deleteNewsCategory(mixed w3, mixed categoryID)

\core\classes\wm3News.php at line 377

deleteNewsComment

public static void deleteNewsComment(mixed newsID, mixed commentID, mixed all)

\core\classes\wm3News.php at line 923

disableNews

public static void disableNews(mixed w3, mixed newsID, mixed user, mixed full)

\core\classes\wm3News.php at line 572

disableNewsCategory

public static void disableNewsCategory(mixed categoryID)

\core\classes\wm3News.php at line 901

duplicateNews

public static void duplicateNews(mixed w3)

\core\classes\wm3News.php at line 808

editNews

public static void editNews(mixed w3, mixed error, mixed user, mixed full)

\core\classes\wm3News.php at line 557

editNewsCategory

public static void editNewsCategory(mixed w3, mixed error)

\core\classes\wm3News.php at line 929

enableNews

public static void enableNews(mixed w3, mixed newsID, mixed user, mixed full)

\core\classes\wm3News.php at line 577

enableNewsCategory

public static void enableNewsCategory(mixed categoryID)

\core\classes\wm3News.php at line 171

executeAdminAction

public static void executeAdminAction(mixed w3)

\core\classes\wm3News.php at line 47

executeHomeAction

public static void executeHomeAction(mixed w3)

\core\classes\wm3News.php at line 93

executeUserAction

public static void executeUserAction(mixed w3, mixed full)

\core\classes\wm3News.php at line 542

getNewsCategoryList

public static void getNewsCategoryList(mixed w3, mixed currentID, mixed admin)

\core\classes\wm3News.php at line 592

getNewsCategoryName

public static void getNewsCategoryName(mixed w3, mixed categoryID)

\core\classes\wm3News.php at line 42

getNewsCommentFieldsArray

public static void getNewsCommentFieldsArray()

\core\classes\wm3News.php at line 37

getNewsFieldsArray

public static void getNewsFieldsArray()

\core\classes\wm3News.php at line 597

getNewsList

public static void getNewsList(mixed w3, mixed currentID, mixed admin, mixed user, mixed full)

\core\classes\wm3News.php at line 1167

getNewsTS

public static void getNewsTS(mixed newsID)

\core\classes\wm3News.php at line 13

getSectionParameters

public static void getSectionParameters()

\core\classes\wm3News.php at line 1176

hitNews

public static void hitNews(mixed w3)

\core\classes\wm3News.php at line 1014

makeCounterCommentNews

public static void makeCounterCommentNews(mixed w3, mixed newsID)

\core\classes\wm3News.php at line 479

renderAllNews

public static void renderAllNews(mixed w3)

\core\classes\wm3News.php at line 306

renderCommentNews

public static void renderCommentNews(mixed w3)

\core\classes\wm3News.php at line 1130

renderRssAuthorListNews

public void renderRssAuthorListNews(mixed w3, mixed languageID)

\core\classes\wm3News.php at line 1100

renderRssCategoryListNews

public void renderRssCategoryListNews(mixed w3, mixed languageID)

\core\classes\wm3News.php at line 1022

renderRssNews

public void renderRssNews(mixed w3)

\core\classes\wm3News.php at line 1072

renderRssPanelNews

public void renderRssPanelNews(mixed w3)

\core\classes\wm3News.php at line 417

renderSingleNews

public static void renderSingleNews(mixed w3, mixed comment_inserted, mixed error)

\core\classes\wm3News.php at line 383

renderSingleNewsPrintable

public static void renderSingleNewsPrintable(mixed w3)

\core\classes\wm3News.php at line 864

saveNews

public static void saveNews(mixed w3, mixed user, mixed full)

\core\classes\wm3News.php at line 562

saveNewsCategory

public static void saveNewsCategory(mixed w3)

\core\classes\wm3News.php at line 992

saveNewsComment

public static void saveNewsComment(mixed w3)

\core\classes\wm3News.php at line 587

selectNewsCategory

public static void selectNewsCategory(mixed w3, mixed name, mixed categoryID, mixed all, mixed admin)

\core\classes\wm3News.php at line 880

updateNews

public static void updateNews(mixed w3, mixed user, mixed full)

\core\classes\wm3News.php at line 567

updateNewsCategory

public static void updateNewsCategory(mixed w3)