示例#1
0
 public function __construct()
 {
     parent::__construct('lug.grid.registry.filter.form', 'lug.grid.filter.form', 'filter');
 }
示例#2
0
 public function __construct()
 {
     parent::__construct('lug.resource.registry.manager', 'lug.manager', 'resource');
 }
示例#3
0
 public function __construct()
 {
     parent::__construct('lug.resource.registry.factory', 'lug.factory', 'resource');
 }
示例#4
0
 public function __construct()
 {
     parent::__construct('lug.grid.registry.action', 'lug.grid.action');
 }
示例#5
0
 public function __construct()
 {
     parent::__construct('lug.grid.registry.batch', 'lug.grid.batch');
 }
 public function __construct()
 {
     parent::__construct('lug.grid.registry.batch.form.subscriber', 'lug.grid.batch.form.subscriber', 'driver');
 }
示例#7
0
 public function __construct()
 {
     parent::__construct('lug.grid.registry.sort', 'lug.grid.sort');
 }