ZMObject
└─ZMEZPage
public class ZMEZPage
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(int id, string title) Create new page. |
| void | |
| void | |
| void | |
| void | |
| void | |
| void | getId() |
| void | |
| void | getTitle() |
| void | |
| void | |
| void | isFooter() |
| void | isHeader() |
| void | isNewWin() |
| void | isSSL() |
| void | |
| void | isToc() |
| void | setAltUrl(mixed url) |
| void | setAltUrlExternal(mixed url) |
| void | setFooter(mixed value) |
| void | setFooterSort(mixed sortOrder) |
| void | setHeader(mixed value) |
| void | setHeaderSort(mixed sortOrder) |
| void | setHtmlText(mixed text) |
| void | setId(mixed id) |
| void | setNewWin(mixed value) |
| void | setSSL(mixed value) |
| void | setSidebox(mixed value) |
| void | setSideboxSort(mixed sortOrder) |
| void | setTitle(mixed title) |
| void | setToc(mixed value) |
| void | setTocChapter(mixed chapter) |
| void | setTocSort(mixed value) |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(int id, string title)
Create new page.
public void getAltUrl()
public void getAltUrlExternal()
public void getFooterSort()
public void getHeaderSort()
public void getHtmlText()
public void getId()
public void getSideboxSort()
public void getTitle()
public void getTocChapter()
public void getTocSort()
public void isFooter()
public void isHeader()
public void isNewWin()
public void isSSL()
public void isSidebox()
public void isToc()
public void setAltUrl(mixed url)
public void setAltUrlExternal(mixed url)
public void setFooter(mixed value)
public void setFooterSort(mixed sortOrder)
public void setHeader(mixed value)
public void setHeaderSort(mixed sortOrder)
public void setHtmlText(mixed text)
public void setId(mixed id)
public void setNewWin(mixed value)
public void setSSL(mixed value)
public void setSidebox(mixed value)
public void setSideboxSort(mixed sortOrder)
public void setTitle(mixed title)
public void setToc(mixed value)
public void setTocChapter(mixed chapter)
public void setTocSort(mixed value)
EZ-page.