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 user, mixed full)

static void

addNewsCategory(mixed w3, mixed error)

static void

addNewsComment(mixed w3)

static void

checkNewsCommentError(mixed w3)

static void

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

static void

deleteNewsCategory(mixed w3, mixed categoryID)

static void

deleteNewsComment(mixed w3, mixed newsID, mixed commentID, mixed all)

static void

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

static void

disableNewsCategory(mixed w3, 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 w3, 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 w3, 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, mixed currentID)

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)

static void

renderSingleNewsPrintable(mixed w3)

static void

saveNews(mixed w3, mixed user, mixed full)

static void

saveNewsComment(mixed w3)

static void

selectNewsCategory(mixed w3, mixed all, mixed admin)

static void

updateNews(mixed w3, mixed user, mixed full)

Methods inherited from webmatic3.wm3Section
addCategory, addSubcategory, deleteCategory, deleteSubcategory, editCategory, editSubcategory, existsCategory, existsSubcategory, getCategoryFieldsArray, getCategoryID, getCategoryIcon, getCategoryList, getCategoryName, getSubcategoryFieldsArray, getSubcategoryList, getSubcategoryName, isActionPrintable, 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 624

addNews

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

\core\classes\wm3News.php at line 444

addNewsCategory

public static void addNewsCategory(mixed w3, mixed error)

\core\classes\wm3News.php at line 795

addNewsComment

public static void addNewsComment(mixed w3)

\core\classes\wm3News.php at line 785

checkNewsCommentError

public static void checkNewsCommentError(mixed w3)

\core\classes\wm3News.php at line 779

deleteNews

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

\core\classes\wm3News.php at line 464

deleteNewsCategory

public static void deleteNewsCategory(mixed w3, mixed categoryID)

\core\classes\wm3News.php at line 266

deleteNewsComment

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

\core\classes\wm3News.php at line 767

disableNews

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

\core\classes\wm3News.php at line 454

disableNewsCategory

public static void disableNewsCategory(mixed w3, mixed categoryID)

\core\classes\wm3News.php at line 745

duplicateNews

public static void duplicateNews(mixed w3)

\core\classes\wm3News.php at line 660

editNews

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

\core\classes\wm3News.php at line 449

editNewsCategory

public static void editNewsCategory(mixed w3, mixed error)

\core\classes\wm3News.php at line 773

enableNews

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

\core\classes\wm3News.php at line 459

enableNewsCategory

public static void enableNewsCategory(mixed w3, mixed categoryID)

\core\classes\wm3News.php at line 128

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 82

executeUserAction

public static void executeUserAction(mixed w3, mixed full)

\core\classes\wm3News.php at line 439

getNewsCategoryList

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

\core\classes\wm3News.php at line 474

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 479

getNewsList

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

\core\classes\wm3News.php at line 1004

getNewsTS

public static void getNewsTS(mixed w3, mixed newsID)

\core\classes\wm3News.php at line 13

getSectionParameters

public static void getSectionParameters()

\core\classes\wm3News.php at line 1013

hitNews

public static void hitNews(mixed w3)

\core\classes\wm3News.php at line 851

makeCounterCommentNews

public static void makeCounterCommentNews(mixed w3, mixed newsID)

\core\classes\wm3News.php at line 375

renderAllNews

public static void renderAllNews(mixed w3)

\core\classes\wm3News.php at line 207

renderCommentNews

public static void renderCommentNews(mixed w3, mixed currentID)

\core\classes\wm3News.php at line 967

renderRssAuthorListNews

public void renderRssAuthorListNews(mixed w3, mixed languageID)

\core\classes\wm3News.php at line 937

renderRssCategoryListNews

public void renderRssCategoryListNews(mixed w3, mixed languageID)

\core\classes\wm3News.php at line 859

renderRssNews

public void renderRssNews(mixed w3)

\core\classes\wm3News.php at line 909

renderRssPanelNews

public void renderRssPanelNews(mixed w3)

\core\classes\wm3News.php at line 306

renderSingleNews

public static void renderSingleNews(mixed w3)

\core\classes\wm3News.php at line 272

renderSingleNewsPrintable

public static void renderSingleNewsPrintable(mixed w3)

\core\classes\wm3News.php at line 708

saveNews

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

\core\classes\wm3News.php at line 829

saveNewsComment

public static void saveNewsComment(mixed w3)

\core\classes\wm3News.php at line 469

selectNewsCategory

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

\core\classes\wm3News.php at line 724

updateNews

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