__construct() public méthode

Constructor.
public __construct ( )
 /**
  * Constructor.
  * @param $notificationType int NOTIFICATION_TYPE_...
  */
 function __construct($notificationType)
 {
     $this->_notificationType = $notificationType;
     parent::__construct();
 }
 /**
  * Constructor.
  */
 function __construct()
 {
     parent::__construct();
 }