Commit 216da5c 1 parent 565b22e commit 216da5c Copy full SHA for 216da5c
File tree 11 files changed +14
-14
lines changed
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
- namespace FluidTYPO3 \Vhs \Utility ;
2
+ namespace FluidTYPO3 \Vhs \Proxy ;
3
3
4
4
/*
5
5
* This file is part of the FluidTYPO3/Vhs project under GPLv2 or later.
Original file line number Diff line number Diff line change 1
1
<?php
2
- namespace FluidTYPO3 \Vhs \Utility ;
2
+ namespace FluidTYPO3 \Vhs \Proxy ;
3
3
4
4
use Doctrine \DBAL \Driver \ResultStatement ;
5
5
use Doctrine \DBAL \FetchMode ;
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
- use FluidTYPO3 \Vhs \Utility \DoctrineQueryProxy ;
11
+ use FluidTYPO3 \Vhs \Proxy \DoctrineQueryProxy ;
12
12
use TYPO3 \CMS \Core \Context \Context ;
13
13
use TYPO3 \CMS \Core \Context \LanguageAspect ;
14
14
use TYPO3 \CMS \Core \Database \Connection ;
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
+ use FluidTYPO3 \Vhs \Proxy \DoctrineQueryProxy ;
11
12
use FluidTYPO3 \Vhs \Traits \SlideViewHelperTrait ;
12
13
use FluidTYPO3 \Vhs \Utility \ContentObjectFetcher ;
13
- use FluidTYPO3 \Vhs \Utility \DoctrineQueryProxy ;
14
14
use TYPO3 \CMS \Core \Database \ConnectionPool ;
15
15
use TYPO3 \CMS \Extbase \Configuration \ConfigurationManagerInterface ;
16
16
use TYPO3Fluid \Fluid \Core \ViewHelper \AbstractViewHelper ;
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
+ use FluidTYPO3 \Vhs \Proxy \DoctrineQueryProxy ;
11
12
use FluidTYPO3 \Vhs \Traits \TemplateVariableViewHelperTrait ;
12
13
use FluidTYPO3 \Vhs \Utility \ContentObjectFetcher ;
13
- use FluidTYPO3 \Vhs \Utility \DoctrineQueryProxy ;
14
14
use TYPO3 \CMS \Core \Context \Context ;
15
15
use TYPO3 \CMS \Core \Context \LanguageAspect ;
16
16
use TYPO3 \CMS \Core \Database \Connection ;
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
+ use FluidTYPO3 \Vhs \Proxy \DoctrineQueryProxy ;
11
12
use FluidTYPO3 \Vhs \Traits \ArrayConsumingViewHelperTrait ;
12
13
use FluidTYPO3 \Vhs \Traits \TagViewHelperCompatibility ;
13
14
use FluidTYPO3 \Vhs \Utility \ContentObjectFetcher ;
14
15
use FluidTYPO3 \Vhs \Utility \CoreUtility ;
15
- use FluidTYPO3 \Vhs \Utility \DoctrineQueryProxy ;
16
16
use TYPO3 \CMS \Core \Context \Context ;
17
17
use TYPO3 \CMS \Core \Context \LanguageAspect ;
18
18
use TYPO3 \CMS \Core \Database \ConnectionPool ;
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
+ use FluidTYPO3 \Vhs \Proxy \DispatcherProxy ;
12
+ use FluidTYPO3 \Vhs \Traits \CompileWithRenderStatic ;
11
13
use FluidTYPO3 \Vhs \Utility \ContentObjectFetcher ;
12
- use FluidTYPO3 \Vhs \Utility \DispatcherProxy ;
13
14
use FluidTYPO3 \Vhs \Utility \RequestResolver ;
14
15
use Psr \Http \Message \ServerRequestInterface ;
15
16
use TYPO3 \CMS \Core \Utility \GeneralUtility ;
22
23
use TYPO3 \CMS \Fluid \Core \Rendering \RenderingContext ;
23
24
use TYPO3 \CMS \Frontend \ContentObject \ContentObjectRenderer ;
24
25
use TYPO3Fluid \Fluid \Core \Rendering \RenderingContextInterface ;
25
- use FluidTYPO3 \Vhs \Traits \CompileWithRenderStatic ;
26
26
27
27
/**
28
28
* ### Render: Request
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
+ use FluidTYPO3 \Vhs \Proxy \DoctrineQueryProxy ;
11
12
use FluidTYPO3 \Vhs \Traits \TagViewHelperCompatibility ;
12
- use FluidTYPO3 \Vhs \Utility \DoctrineQueryProxy ;
13
13
use FluidTYPO3 \Vhs \Utility \ResourceUtility ;
14
14
use TYPO3 \CMS \Core \Database \Connection ;
15
15
use TYPO3 \CMS \Core \Database \ConnectionPool ;
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
+ use FluidTYPO3 \Vhs \Proxy \DoctrineQueryProxy ;
11
12
use FluidTYPO3 \Vhs \Traits \TemplateVariableViewHelperTrait ;
12
13
use FluidTYPO3 \Vhs \Utility \ContentObjectFetcher ;
13
- use FluidTYPO3 \Vhs \Utility \DoctrineQueryProxy ;
14
14
use FluidTYPO3 \Vhs \Utility \ErrorUtility ;
15
15
use TYPO3 \CMS \Core \Context \Context ;
16
16
use TYPO3 \CMS \Core \Database \Connection ;
Original file line number Diff line number Diff line change 8
8
* LICENSE.md file that was distributed with this source code.
9
9
*/
10
10
11
- use FluidTYPO3 \Vhs \Utility \DoctrineQueryProxy ;
11
+ use FluidTYPO3 \Vhs \Proxy \DoctrineQueryProxy ;
12
12
use FluidTYPO3 \Vhs \Utility \ResourceUtility ;
13
13
use TYPO3 \CMS \Core \Database \Connection ;
14
14
use TYPO3 \CMS \Core \Database \ConnectionPool ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ parameters:
31
31
-
32
32
message : " #^Call to an undefined method TYPO3\\\\ CMS\\\\ Core\\\\ Database\\\\ Query\\\\ QueryBuilder\\ :\\ :execute\\ (\\ )\\ .$#"
33
33
count : 1
34
- path : Classes/Utility /DoctrineQueryProxy.php
34
+ path : Classes/Proxy /DoctrineQueryProxy.php
35
35
-
36
36
message : " #^Access to undefined constant TYPO3\\\\ CMS\\\\ Core\\\\ Domain\\\\ Repository\\\\ PageRepository\\ :\\ :DOKTYPE_RECYCLER\\ .$#"
37
37
count : 1
@@ -43,11 +43,11 @@ parameters:
43
43
-
44
44
message : " #Call to an undefined method Doctrine\\\\ DBAL\\\\ Driver\\\\ ResultStatement\\ |Doctrine\\\\ DBAL\\\\ Result\\ :\\ :fetch\\ (\\ )\\ .$#"
45
45
count : 1
46
- path : Classes/Utility /DoctrineQueryProxy.php
46
+ path : Classes/Proxy /DoctrineQueryProxy.php
47
47
-
48
48
message : " #Call to an undefined method Doctrine\\\\ DBAL\\\\ Driver\\\\ ResultStatement\\ |Doctrine\\\\ DBAL\\\\ Result\\ :\\ :fetchAll\\ (\\ )\\ .$#"
49
49
count : 1
50
- path : Classes/Utility /DoctrineQueryProxy.php
50
+ path : Classes/Proxy /DoctrineQueryProxy.php
51
51
-
52
52
message : " #^Access to protected property TYPO3\\\\ CMS\\\\ Core\\\\ Domain\\\\ Repository\\\\ PageRepository\\ :\\ :\\ $where_groupAccess\\ .$#"
53
53
count : 1
You can’t perform that action at this time.
0 commit comments