@@ -2210,6 +2210,9 @@ |
||
| 2210 | 2210 | return htmlspecialchars(http_build_query($url, '', '&', PHP_QUERY_RFC3986)); |
| 2211 | 2211 | } |
| 2212 | 2212 | |
| 2213 | + /** |
|
| 2214 | + * @param string $privateMethod |
|
| 2215 | + */ |
|
| 2213 | 2216 | private function getMethodAsPublic($privateMethod) |
| 2214 | 2217 | { |
| 2215 | 2218 | $reflection = new \ReflectionMethod('Sonata\AdminBundle\Twig\Extension\SonataAdminExtension', $privateMethod); |