mirror of
https://github.com/getgrav/grav.git
synced 2026-02-05 06:10:13 +01:00
Improve a couple page method docs
This commit is contained in:
@@ -237,7 +237,7 @@ class Pages
|
||||
/**
|
||||
* Get a page instance.
|
||||
*
|
||||
* @param string $path
|
||||
* @param string $path The filesystem full path of the page
|
||||
* @return Page
|
||||
* @throws \Exception
|
||||
*/
|
||||
@@ -264,7 +264,7 @@ class Pages
|
||||
/**
|
||||
* Dispatch URI to a page.
|
||||
*
|
||||
* @param $url
|
||||
* @param $url The relative URL of the page
|
||||
* @param bool $all
|
||||
* @return Page|null
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user