Example #1
0
 /**
  * Embeds video of the chosen service, legacy support for 'evp' version of
  * the tag
  * @param Parser $parser Instance of running Parser.
  * @param String $service Which online service has the video.
  * @param String $id Identifier of the chosen service
  * @param String $width Width of video (optional)
  * @return String Encoded representation of input params (to be processed later)
  */
 public static function parserFunction_evp($parser, $service = null, $id = null, $desc = null, $align = null, $width = null)
 {
     return EmbedVideo::parserFunction_ev($parser, $service, $id, $width, $align, $desc);
 }