Author: david
Date: 2008-09-29 11:34:19 -0700 (Mon, 29 Sep 2008)
New Revision: 1398
Modified:
trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
Log:
Add docblock header to informationobject/actions/editAction.clas.php
Modified:
trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
===================================================================
--- trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
2008-09-29 18:19:14 UTC (rev 1397)
+++ trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
2008-09-29 18:34:19 UTC (rev 1398)
@@ -19,6 +19,15 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+/**
+ * Get current state data for information object edit form.
+ *
+ * @package qubit
+ * @subpackage informationobject
+ * @version svn:$id$
+ * @author Peter Van Garderen <[EMAIL PROTECTED]>
+ * @author David Juhasz <[EMAIL PROTECTED]>
+ */
class InformationObjectEditAction extends sfAction
{
public function execute($request)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---