vB_Page
in package
Uses
vB_Trait_NoSerialize
Table of Contents
Constants
- PAGE_ARTICLE = 'vbulletin-p-cmshome5229f4e0c2ea71.91676461'
- PAGE_BLOG = 'vbulletin-4ecbdac82f2c27.60323366'
- PAGE_HOME = 'vbulletin-4ecbdac82ef5d4.12817784'
- PAGE_MEMBERLIST = 'vbulletin-4ecbdac82f07a5.18983926'
- PAGE_ONLINE = 'vbulletin-4ecbdac82f07a5.18983925'
- PAGE_SEARCH = 'vbulletin-4ecbdac82efb61.17736147'
- PAGE_SEARCHRESULT = 'vbulletin-4ecbdac82f2815.04471586'
- PAGE_SOCIALGROUP = 'vbulletin-4ecbdac82f2c27.60323372'
- TEMPLATE_ARTICLE = 'vbulletin-pt-cmsarticle5229fcffd5d428.54773744'
- TEMPLATE_ARTICLE_CATEGORY = 'vbulletin-pt-cmscatlist5229fcd0dd3da7.64934873'
- TEMPLATE_ARTICLE_HOME = 'vbulletin-pt-cmshome5229f9fc6f78f2.75718106'
- TEMPLATE_BLOG = 'vbulletin-4ecbdac93742a5.43676030'
- TEMPLATE_BLOGCONVERSATION = 'vbulletin-4ecbdac93716c4.69967191'
- TEMPLATE_CATEGORY = 'vbulletin-4ecbdac9371313.62302701'
- TEMPLATE_CHANNEL = 'vbulletin-4ecbdac9371313.62302700'
- TEMPLATE_CONVERSATION = 'vbulletin-4ecbdac93716c4.69967191'
- TEMPLATE_SOCIALGROUP = 'vbulletin-sgroups93742a5.43676038'
- TEMPLATE_SOCIALGROUP_CATEGORY = 'vbulletin-sgcatlist93742a5.43676040'
- TEMPLATE_SOCIALGROUPCONVERSATION = 'vbulletin-sgtopic93742a5.43676039'
- TYPE_CUSTOM = 'custom'
- Used for specific pages
- TYPE_DEFAULT = 'default'
- Used for generic pages such as default conversation page
Methods
- __serialize() : array<string|int, mixed>
- __sleep() : array<string|int, mixed>
- __unserialize() : void
- __wakeup() : void
- clonePageTemplate() : int
- Clones a page template with its widgets and returns the new page template id.
- getArticleChannelPageTemplate() : int
- Gets the page template for display of article category channels
- getArticleConversPageTemplate() : int
- Gets the page template for display of article detail
- getBlogChannelPageTemplate() : int
- Gets the page template for display of blog channels
- getBlogConversPageTemplate() : int
- Gets the page template for display of blog topics/conversations
- getCategoryChannelPageTemplate() : int
- Gets the page template for display of blog channels
- getChannelPageTemplate() : int
- Gets the page template for display of blog channels
- getConversPageTemplate() : int
- Gets the page template for display of blog topics/conversations
- getDefaultPageTemplateGUIDs() : array<string|int, mixed>
- Returns a list of default pagetemplate GUIDs.
- getSGCategoryConversPageTemplate() : int
- Gets the page template for display of social group topics/conversations
- getSGCategoryPageTemplate() : int
- Gets the page template for display of social group categories
- getSGChannelPageTemplate() : int
- Gets the page template for display of social group channels
- getSGConversPageTemplate() : int
- Gets the page template for display of social group topics/conversations
Constants
PAGE_ARTICLE
public
mixed
PAGE_ARTICLE
= 'vbulletin-p-cmshome5229f4e0c2ea71.91676461'
PAGE_BLOG
public
mixed
PAGE_BLOG
= 'vbulletin-4ecbdac82f2c27.60323366'
PAGE_HOME
public
mixed
PAGE_HOME
= 'vbulletin-4ecbdac82ef5d4.12817784'
PAGE_MEMBERLIST
public
mixed
PAGE_MEMBERLIST
= 'vbulletin-4ecbdac82f07a5.18983926'
PAGE_ONLINE
public
mixed
PAGE_ONLINE
= 'vbulletin-4ecbdac82f07a5.18983925'
PAGE_SEARCH
public
mixed
PAGE_SEARCH
= 'vbulletin-4ecbdac82efb61.17736147'
PAGE_SEARCHRESULT
public
mixed
PAGE_SEARCHRESULT
= 'vbulletin-4ecbdac82f2815.04471586'
PAGE_SOCIALGROUP
public
mixed
PAGE_SOCIALGROUP
= 'vbulletin-4ecbdac82f2c27.60323372'
TEMPLATE_ARTICLE
public
mixed
TEMPLATE_ARTICLE
= 'vbulletin-pt-cmsarticle5229fcffd5d428.54773744'
TEMPLATE_ARTICLE_CATEGORY
public
mixed
TEMPLATE_ARTICLE_CATEGORY
= 'vbulletin-pt-cmscatlist5229fcd0dd3da7.64934873'
TEMPLATE_ARTICLE_HOME
public
mixed
TEMPLATE_ARTICLE_HOME
= 'vbulletin-pt-cmshome5229f9fc6f78f2.75718106'
TEMPLATE_BLOG
public
mixed
TEMPLATE_BLOG
= 'vbulletin-4ecbdac93742a5.43676030'
TEMPLATE_BLOGCONVERSATION
public
mixed
TEMPLATE_BLOGCONVERSATION
= 'vbulletin-4ecbdac93716c4.69967191'
TEMPLATE_CATEGORY
public
mixed
TEMPLATE_CATEGORY
= 'vbulletin-4ecbdac9371313.62302701'
TEMPLATE_CHANNEL
public
mixed
TEMPLATE_CHANNEL
= 'vbulletin-4ecbdac9371313.62302700'
TEMPLATE_CONVERSATION
public
mixed
TEMPLATE_CONVERSATION
= 'vbulletin-4ecbdac93716c4.69967191'
TEMPLATE_SOCIALGROUP
public
mixed
TEMPLATE_SOCIALGROUP
= 'vbulletin-sgroups93742a5.43676038'
TEMPLATE_SOCIALGROUP_CATEGORY
public
mixed
TEMPLATE_SOCIALGROUP_CATEGORY
= 'vbulletin-sgcatlist93742a5.43676040'
TEMPLATE_SOCIALGROUPCONVERSATION
public
mixed
TEMPLATE_SOCIALGROUPCONVERSATION
= 'vbulletin-sgtopic93742a5.43676039'
TYPE_CUSTOM
Used for specific pages
public
mixed
TYPE_CUSTOM
= 'custom'
TYPE_DEFAULT
Used for generic pages such as default conversation page
public
mixed
TYPE_DEFAULT
= 'default'
Methods
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__unserialize()
public
__unserialize(array<string|int, mixed> $serialized) : void
Parameters
- $serialized : array<string|int, mixed>
__wakeup()
public
__wakeup() : void
clonePageTemplate()
Clones a page template with its widgets and returns the new page template id.
public
static clonePageTemplate(int $pageTemplateId) : int
Parameters
- $pageTemplateId : int
Return values
intgetArticleChannelPageTemplate()
Gets the page template for display of article category channels
public
static getArticleChannelPageTemplate() : int
Return values
intgetArticleConversPageTemplate()
Gets the page template for display of article detail
public
static getArticleConversPageTemplate() : int
Return values
intgetBlogChannelPageTemplate()
Gets the page template for display of blog channels
public
static getBlogChannelPageTemplate() : int
Return values
intgetBlogConversPageTemplate()
Gets the page template for display of blog topics/conversations
public
static getBlogConversPageTemplate() : int
Return values
intgetCategoryChannelPageTemplate()
Gets the page template for display of blog channels
public
static getCategoryChannelPageTemplate() : int
Return values
intgetChannelPageTemplate()
Gets the page template for display of blog channels
public
static getChannelPageTemplate() : int
Return values
intgetConversPageTemplate()
Gets the page template for display of blog topics/conversations
public
static getConversPageTemplate() : int
Return values
intgetDefaultPageTemplateGUIDs()
Returns a list of default pagetemplate GUIDs.
public
static getDefaultPageTemplateGUIDs() : array<string|int, mixed>
Return values
array<string|int, mixed> —Array of pagetemplate.guid values for default templates, keyed by guids.
getSGCategoryConversPageTemplate()
Gets the page template for display of social group topics/conversations
public
static getSGCategoryConversPageTemplate() : int
Return values
intgetSGCategoryPageTemplate()
Gets the page template for display of social group categories
public
static getSGCategoryPageTemplate() : int
Return values
intgetSGChannelPageTemplate()
Gets the page template for display of social group channels
public
static getSGChannelPageTemplate() : int
Return values
intgetSGConversPageTemplate()
Gets the page template for display of social group topics/conversations
public
static getSGConversPageTemplate() : int