Source for file SafeEmbed.php

Documentation is available at SafeEmbed.php

  1. <?php
  2.  
  3. {
  4.     public $name = "SafeEmbed";
  5.  
  6.     public function transform($attr$config$context{
  7.         $attr['allowscriptaccess''never';
  8.         $attr['allownetworking''internal';
  9.         $attr['type''application/x-shockwave-flash';
  10.         return $attr;
  11.     }
  12. }

Documentation generated on Thu, 19 Jun 2008 18:50:16 -0400 by phpDocumentor 1.4.2