public function __construct($associator)
 {
     parent::__construct($associator);
     null;
     // The codechecker will throw a warning if we don't do something more apart from calling parent's constructor...
 }