コード例 #1
0
ファイル: RegisterSortPass.php プロジェクト: php-lug/lug
 public function __construct()
 {
     parent::__construct('lug.grid.registry.sort', 'lug.grid.sort');
 }
コード例 #2
0
ファイル: RegisterFilterPass.php プロジェクト: php-lug/lug
 public function __construct()
 {
     parent::__construct('lug.grid.registry.filter', 'lug.grid.filter');
 }
コード例 #3
0
ファイル: RegisterBatchPass.php プロジェクト: php-lug/lug
 public function __construct()
 {
     parent::__construct('lug.grid.registry.batch', 'lug.grid.batch');
 }
コード例 #4
0
ファイル: RegisterActionPass.php プロジェクト: php-lug/lug
 public function __construct()
 {
     parent::__construct('lug.grid.registry.action', 'lug.grid.action');
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct('lug.grid.registry.batch.form.subscriber', 'lug.grid.batch.form.subscriber', 'driver');
 }
コード例 #6
0
ファイル: RegisterFactoryPass.php プロジェクト: php-lug/lug
 public function __construct()
 {
     parent::__construct('lug.resource.registry.factory', 'lug.factory', 'resource');
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct('lug.resource.registry.domain_manager', 'lug.domain_manager', 'resource');
 }