Difference between revisions of "OnVideoCreate"

(Created page with "===Description=== This event trigger when new video created at Jomsocial. ===Params=== *'''Video''' - consist of video object ===Example=== <syntaxhighlight lang="php"> CTab...")
(No difference)

Revision as of 17:11, 18 January 2013

Description

This event trigger when new video created at Jomsocial.

Params

  • Video - consist of video object

Example

CTableVideo Object
(
    [id] => 1
    [title] => Video Title
    [creator] => 45
)