public function __construct($callback, $priority = 0)
 {
     parent::__construct($callback);
     $this->priority = $priority;
 }