public function __construct()
 {
     parent::__construct();
     $this->font = 3;
     $this->position = new WMPoint(-1000, -1000);
     $this->textColour = new WMColour(0, 0, 0);
     $this->text = "";
 }
 public function __construct()
 {
     parent::__construct();
     $this->infourl = array();
     $this->overliburl = array();
     $this->scalevar = null;
     $this->duplex = null;
     $this->template = null;
     foreach ($this->getChannelList() as $channelName => $channelIndex) {
         $this->colours[$channelIndex] = new WMColour(192, 192, 192);
         $this->percentUsages[$channelIndex] = null;
         $this->absoluteUsages[$channelIndex] = null;
     }
 }
 public function testMy_type()
 {
     $this->assertEquals("ITEM", $this->object->my_type());
 }