/**
  * Constructor
  */
 public function __construct()
 {
     //  Register with the event dispatcher
     Platform::getDispatcher()->addSubscriber($this);
 }