We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8abf1b + 803ba1b commit 462a948Copy full SHA for 462a948
en/views/helpers/paginator.rst
@@ -66,7 +66,7 @@ runtime. This can be useful when you want to customize templates for a
66
particular method call::
67
68
// Read the current template value.
69
- $result = $this->Paginator->setTemplates('number');
+ $result = $this->Paginator->getTemplates('number');
70
// Prior to 3.4
71
$result = $this->Paginator->templates('number');
72
0 commit comments