DomCI : Change the non existing PHPDocs types
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3269 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -67,7 +67,7 @@ class route
|
||||
/** Return the baseURL of the site
|
||||
* Always finish with a slash
|
||||
* @param string|null $module The module name (if thereis one)
|
||||
* @param bool|null $absolute Return the baseURL in absolute
|
||||
* @param boolean|null $absolute Return the baseURL in absolute
|
||||
* @return string The URL base
|
||||
*/
|
||||
function baseURL ($module = FALSE, $absolute=false)
|
||||
@@ -161,7 +161,7 @@ class route
|
||||
}
|
||||
|
||||
/** Return the complete URL used to see this page
|
||||
* @param bool|null $absolute Return the absolute URL
|
||||
* @param boolean|null $absolute Return the absolute URL
|
||||
* @return string the complete URL used to see this page
|
||||
*/
|
||||
function requestURL ($absolute = false)
|
||||
|
||||
Reference in New Issue
Block a user