[Fusionforge-commits] r18596 - trunk/src/common/include

Marc-Etienne VARGENAU vargenau at fusionforge.org
Thu Dec 5 21:16:20 CET 2013


Author: vargenau
Date: 2013-12-05 21:16:20 +0100 (Thu, 05 Dec 2013)
New Revision: 18596

Modified:
   trunk/src/common/include/Role.class.php
Log:
Update PHP Doc

Modified: trunk/src/common/include/Role.class.php
===================================================================
--- trunk/src/common/include/Role.class.php	2013-12-05 20:15:31 UTC (rev 18595)
+++ trunk/src/common/include/Role.class.php	2013-12-05 20:16:20 UTC (rev 18596)
@@ -74,7 +74,7 @@
 	/**
 	 * setName - set the name of this role.
 	 *
-	 * @param	string	The new name of this role.
+	 * @param	string	$role_name	The new name of this role.
 	 * @return	boolean	True if updated OK
 	 */
 	function setName($role_name) { // From the PFO spec
@@ -126,7 +126,7 @@
 	/**
 	 * setPublic - set the public flag for this role.
 	 *
-	 * @param	boolean	The new value of the flag.
+	 * @param	boolean	$flag	The new value of the flag.
 	 * @return	boolean	True if updated OK
 	 */
 	function setPublic($flag) { // From the PFO spec




More information about the Fusionforge-commits mailing list