Esempio n. 1
0
 /**
  * Initialises the user session.
  */
 public function init()
 {
     parent::init();
     $this->ignores = $this->outstandingNotifications = null;
     $this->checkPlanetChange();
 }