function __construct($listener = null, $em = null) { parent::__construct($listener, $em); }
function __construct($em = null) { parent::__construct($em); }