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

Class: vp_video

Source Location: /qp_plugins/video_plugin/_video.class.php

Class vp_video

Descendants
Child Class Description
vp_askaninja Ask A Ninja Video Class
vp_blip Blip Video Class
vp_break Break Video Class
vp_collegehumor College Humor Video Class
vp_dailymotion Dailymotion Video Class
vp_google Google Video Class
vp_livevideo Live Video Class
vp_metacafe Metacafe Video Class
vp_revver Revver Video Class
vp_swf SWF Video Class
vp_ted Ask A Ninja Video Class
vp_theonion TheOnion Video Class
vp_vimeo Vimeo Video Class
vp_youtube YouTube Video Class

[ Top ]
Property Summary
mixed   $def_value  
mixed   $Settings  
mixed   $_parent  

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

[ Top ]
Properties
mixed   $Settings [line 24]

[ Top ]
mixed   $_parent [line 22]

[ Top ]
Methods
GetExtraSettings  [line 56]

  void GetExtraSettings( )

Get extra settings for a specific video source, if any



Redefined in descendants as:

[ Top ]
init  [line 31]

  void init( $parent  )

Initialize parent and Settings ... or summat

Parameters:
   $parent: 


[ Top ]
T_  [line 48]

  string T_( string $str  )

Translate a given string, in the Plugin's context.

This means, that the translation is obtained from the Plugin's "po/php" folder.

It uses the global/regular T_() function as a fallback.

Parameters:
string   $str:  The string (english), that should be translated

API Tags:
Return:  The translated string.
Usedby:  vp_video::T_()
Uses:  vp_video::T_()


[ Top ]