Esempio n. 1
0
 /**
  * Class constructor
  * 
  * @param   Woops_Swf_File  The instance of the SWF file in which the tag is contained
  */
 public function __construct(Woops_Swf_File $file)
 {
     // Calls the parent constructor
     parent::__construct($file);
     // Creates a new RGB record
     $this->_rgb = new Woops_Swf_Record_Rgb();
 }
Esempio n. 2
0
 /**
  * Class constructor
  * 
  * @param   Woops_Swf_File  The instance of the SWF file in which the tag is contained
  */
 public function __construct(Woops_Swf_File $file)
 {
     // Calls the parent constructor
     parent::__construct($file);
     // Creates a new rectangle record
     $this->_shapeBounds = new Woops_Swf_Record_Rectangle();
 }