public function __construct($entity, $name, $prefix = null)
 {
     parent::__construct($entity, $name, $prefix);
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct('Voelkel\\DataTablesBundle\\Tests\\DataTables\\Entity\\TestUser', 'user');
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct('Voelkel\\DataTablesBundle\\Tests\\Controller\\TestTableEntity', 'test');
 }