Skip to content

Commit

Permalink
Doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Jan 14, 2023
1 parent 465d976 commit e4d70ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion classes/Translator.php
Expand Up @@ -170,7 +170,11 @@ public function getPathInLocale($path, $locale = null)
}

/**
* getPageInLocale
* getPageInLocale returns a page URL for a given locale
*
* @param string $path
* @param string $locale
* @param array $params
* @return string|null
*/
public function getPageInLocale($name, $locale = null, $params = [])
Expand Down

0 comments on commit e4d70ac

Please sign in to comment.