Example #1
0
 /**
  * @return void
  */
 public function init()
 {
     parent::init();
     //        sort($this->weight, SORT_DESC);
     //        $this->weight = array_slice($this->weight, 0,
     //                count($this->_queue->queues));
 }
 public function init()
 {
     parent::init();
     srand();
 }