DomCI : Update the PHPDoc

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3273 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-12-08 15:57:56 +00:00
parent 3a004fbdc0
commit b102168208
4 changed files with 46 additions and 7 deletions

View File

@@ -98,7 +98,15 @@ class renderer
}
}
/** @param mixed $data The data to display.*/
/** Display the HTML page with the alert box if needed
* @param string $viewclass The view class to use to create the output
* @param string $viewmethod The view method to use to create the output
* @param mixed $data The data to display.
* @param array|null $replacement Replace some values by some others in the
* created HTML page
* @param string|null $layoutfile The layout page to use as base
* @param object|null $route A previous defined "route" object
*/
static function html ($viewclass, $viewmethod, $data, $replacement = array(),
$layoutfile = "views/layout.html", $route = null)
{