phpDocumentor plugins
video
[ class tree: plugins ] [ index: plugins ] [ all elements ]

Class: vp_blip

Source Location: /qp_plugins/video_plugin/video_modules/_blip.vp.php

Class vp_blip

Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From vp_video

vp_video::$def_value
vp_video::$Settings
vp_video::$_parent

Inherited From vp_video

vp_video::GetExtraSettings()
Get extra settings for a specific video source, if any
vp_video::init()
Initialize parent and Settings ... or summat
vp_video::T_()
Translate a given string, in the Plugin's context.

[ Top ]
Property Summary
mixed   $homepage  
mixed   $nice_name  

[ Top ]
Method Summary
void   GetJavascript()   source-specific javascript
void   RenderContent()   supports RenderItemAsHtml() in _video.plugin.php

[ Top ]
Properties
mixed   $homepage = 'http://blip.tv' [line 23]

[ Top ]
mixed   $nice_name = 'Blip' [line 22]

[ Top ]
Methods
GetJavascript  [line 29]

  void GetJavascript( )

source-specific javascript



[ Top ]
RenderContent  [line 50]

  void RenderContent( $content, $width  )

supports RenderItemAsHtml() in _video.plugin.php

Parameters:
   $content: 
   $width: 


[ Top ]