@@ -647,6 +647,9 @@ |
||
| 647 | 647 | $this->assertNull($this->pager->getQuery()); |
| 648 | 648 | } |
| 649 | 649 | |
| 650 | + /** |
|
| 651 | + * @param Pager $obj |
|
| 652 | + */ |
|
| 650 | 653 | protected function callMethod($obj, string $name, array $args = []) |
| 651 | 654 | { |
| 652 | 655 | $class = new \ReflectionClass($obj); |
@@ -44,6 +44,9 @@ |
||
| 44 | 44 | $this->environment = new Environment($loader, ['strict_variables' => true]); |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | + /** |
|
| 48 | + * @return string |
|
| 49 | + */ |
|
| 47 | 50 | abstract protected function getTemplate(); |
| 48 | 51 | |
| 49 | 52 | protected function getTranslator(): TranslatorInterface |