/**
  * Constructeur
  * @param authority $authority
  */
 public function __construct($authority)
 {
     parent::__construct($authority);
 }