From 0b4099fdb0445ebea3d49c4c2dec5cc35079c2e3 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sat, 17 Sep 2016 20:02:49 +0200 Subject: [PATCH] Improve class docs --- lib/Pico.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Pico.php b/lib/Pico.php index 9de5d5f..58b6de0 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -1431,6 +1431,9 @@ class Pico /** * Returns the URL to a given page * + * This method can be used in Twig templates by applying the `link` filter + * to a string representing a page identifier. + * * @param string $page identifier of the page to link to * @param array|string $queryData either an array containing properties to * create a URL-encoded query string from, or a already encoded string