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:
10
renderer.php
10
renderer.php
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user