示例#1
0
 function __construct($listener = null, $em = null)
 {
     parent::__construct($listener, $em);
 }
示例#2
0
 function __construct($em = null)
 {
     parent::__construct($em);
 }