vB_Channel
in package
Uses
vB_Trait_NoSerialize
Table of Contents
- ALBUM_CHANNEL = 'vbulletin-4ecbdf567f3a38.99555303'
- DEFAULT_ARTICLE_PARENT = 'vbulletin-c-cmshome5229fa38b251e2.92227401'
- DEFAULT_BLOG_PARENT = 'vbulletin-4ecbdf567f3a38.99555305'
- DEFAULT_CHANNEL_PARENT = 'vbulletin-4ecbdf567f3341.44451100'
- DEFAULT_FORUM_PARENT = 'vbulletin-4ecbdf567f2c35.70389590'
- DEFAULT_SOCIALGROUP_PARENT = 'vbulletin-4ecbdf567f3a38.99555306'
- DEFAULT_UNCATEGORIZEDGROUPS_PARENT = 'vbulletin-4ecbdf567f3a38.99555307'
- INFRACTION_CHANNEL = 'vbulletin-4ecbdf567f3a38.99555308'
- MAIN_CHANNEL = 'vbulletin-4ecbdf567f2773.55528984'
- MAIN_FORUM = 'vbulletin-4ecbdf567f3341.44450667'
- MAIN_FORUM_CATEGORY = 'vbulletin-4ecbdf567f3341.44450666'
- PRIVATEMESSAGE_CHANNEL = 'vbulletin-4ecbdf567f3da8.31769341'
- REPORT_CHANNEL = 'vbulletin-4ecbdf567f3a38.99555304'
- VISITORMESSAGE_CHANNEL = 'vbulletin-4ecbdf567f36c3.90966558'
- $channelLabels : mixed
- $channelTypes : mixed
- __serialize() : mixed
- __sleep() : mixed
- __unserialize() : mixed
- __wakeup() : mixed
- getChannelTypes() : mixed
- getDefaultGUIDs() : mixed
- getProtectedChannelGuids() : mixed
- getSpecialChannelGuids() : mixed
- moveBlogChannels() : mixed
- Moves all blog channels from the old blog channel parent to the new one.
- rebuildChannelTypes() : mixed
- Rebuilds the map of channel to channel type.
Constants
ALBUM_CHANNEL
public
mixed
ALBUM_CHANNEL
= 'vbulletin-4ecbdf567f3a38.99555303'
DEFAULT_ARTICLE_PARENT
public
mixed
DEFAULT_ARTICLE_PARENT
= 'vbulletin-c-cmshome5229fa38b251e2.92227401'
DEFAULT_BLOG_PARENT
public
mixed
DEFAULT_BLOG_PARENT
= 'vbulletin-4ecbdf567f3a38.99555305'
DEFAULT_CHANNEL_PARENT
public
mixed
DEFAULT_CHANNEL_PARENT
= 'vbulletin-4ecbdf567f3341.44451100'
DEFAULT_FORUM_PARENT
public
mixed
DEFAULT_FORUM_PARENT
= 'vbulletin-4ecbdf567f2c35.70389590'
DEFAULT_SOCIALGROUP_PARENT
public
mixed
DEFAULT_SOCIALGROUP_PARENT
= 'vbulletin-4ecbdf567f3a38.99555306'
DEFAULT_UNCATEGORIZEDGROUPS_PARENT
public
mixed
DEFAULT_UNCATEGORIZEDGROUPS_PARENT
= 'vbulletin-4ecbdf567f3a38.99555307'
INFRACTION_CHANNEL
public
mixed
INFRACTION_CHANNEL
= 'vbulletin-4ecbdf567f3a38.99555308'
MAIN_CHANNEL
public
mixed
MAIN_CHANNEL
= 'vbulletin-4ecbdf567f2773.55528984'
MAIN_FORUM
public
mixed
MAIN_FORUM
= 'vbulletin-4ecbdf567f3341.44450667'
MAIN_FORUM_CATEGORY
public
mixed
MAIN_FORUM_CATEGORY
= 'vbulletin-4ecbdf567f3341.44450666'
PRIVATEMESSAGE_CHANNEL
public
mixed
PRIVATEMESSAGE_CHANNEL
= 'vbulletin-4ecbdf567f3da8.31769341'
REPORT_CHANNEL
public
mixed
REPORT_CHANNEL
= 'vbulletin-4ecbdf567f3a38.99555304'
VISITORMESSAGE_CHANNEL
public
mixed
VISITORMESSAGE_CHANNEL
= 'vbulletin-4ecbdf567f36c3.90966558'
Properties
$channelLabels
protected
static mixed
$channelLabels
= array('forum' => 'forum', 'blog' => 'posttype_blog', 'group' => 'group', 'vm' => 'posttype_visitorMessage', 'pm' => 'private_message', 'album' => 'album', 'report' => 'report', 'infraction' => 'infraction', 'article' => 'articles')
$channelTypes
protected
static mixed
$channelTypes
= array(self::DEFAULT_FORUM_PARENT => 'forum', self::DEFAULT_BLOG_PARENT => 'blog', self::DEFAULT_ARTICLE_PARENT => 'article', self::DEFAULT_SOCIALGROUP_PARENT => 'group', self::VISITORMESSAGE_CHANNEL => 'vm', self::PRIVATEMESSAGE_CHANNEL => 'pm', self::ALBUM_CHANNEL => 'album', self::REPORT_CHANNEL => 'report', self::INFRACTION_CHANNEL => 'infraction')
Methods
__serialize()
public
__serialize() : mixed
Return values
mixed —__sleep()
public
__sleep() : mixed
Return values
mixed —__unserialize()
public
__unserialize(mixed $serialized) : mixed
Parameters
- $serialized : mixed
Return values
mixed —__wakeup()
public
__wakeup() : mixed
Return values
mixed —getChannelTypes()
public
static getChannelTypes() : mixed
Return values
mixed —getDefaultGUIDs()
public
static getDefaultGUIDs() : mixed
Return values
mixed —getProtectedChannelGuids()
public
static getProtectedChannelGuids() : mixed
Return values
mixed —getSpecialChannelGuids()
public
static getSpecialChannelGuids() : mixed
Return values
mixed —moveBlogChannels()
Moves all blog channels from the old blog channel parent to the new one.
public
static moveBlogChannels(int $oldChannelId, int $newChannelId) : mixed
Parameters
- $oldChannelId : int
- $newChannelId : int
Return values
mixed —rebuildChannelTypes()
Rebuilds the map of channel to channel type.
public
static rebuildChannelTypes() : mixed