modelGraph : missing PHPDoc for two params
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5783 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -24,6 +24,8 @@ class modelgraph
|
|||||||
|
|
||||||
/** The constructor wait for $dsn
|
/** The constructor wait for $dsn
|
||||||
* @param string $dsn The DSN to connect to database
|
* @param string $dsn The DSN to connect to database
|
||||||
|
* @param string $username The username to connect to database
|
||||||
|
* @param string $password The password to connect to database
|
||||||
* @param string $output The output file to generate
|
* @param string $output The output file to generate
|
||||||
*/
|
*/
|
||||||
public function __construct ($dsn, $username, $password, $output)
|
public function __construct ($dsn, $username, $password, $output)
|
||||||
|
|||||||
Reference in New Issue
Block a user