Author: david
Date: 2008-11-07 15:32:24 -0800 (Fri, 07 Nov 2008)
New Revision: 1538
Modified:
trunk/qubit/apps/qubit/modules/informationobject/actions/editIsadAction.class.php
trunk/qubit/apps/qubit/modules/informationobject/actions/editRadAction.class.php
trunk/qubit/apps/qubit/modules/informationobject/actions/updateRadAction.class.php
trunk/qubit/lib/model/QubitInformationObject.php
trunk/qubit/lib/model/QubitProperty.php
Log:
Update docblocks and fix svn keywords property on files related to rad
properties checkin (r1537)
Property changes on:
trunk/qubit/apps/qubit/modules/informationobject/actions/editIsadAction.class.php
___________________________________________________________________
Added: svn:keywords
+ Author Id Revision
Modified:
trunk/qubit/apps/qubit/modules/informationobject/actions/editRadAction.class.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/actions/editRadAction.class.php
2008-11-07 23:21:11 UTC (rev 1537)
+++
trunk/qubit/apps/qubit/modules/informationobject/actions/editRadAction.class.php
2008-11-07 23:32:24 UTC (rev 1538)
@@ -25,9 +25,9 @@
* @package qubit
* @subpackage informationObject - initialize an editRad template for updating
an information object
* @author Peter Van Garderen <[EMAIL PROTECTED]>
+ * @author David Juhasz <[EMAIL PROTECTED]>
* @version SVN: $Id$
*/
-
class InformationObjectEditRadAction extends InformationObjectEditAction
{
public function execute($request)
Property changes on:
trunk/qubit/apps/qubit/modules/informationobject/actions/editRadAction.class.php
___________________________________________________________________
Added: svn:keywords
+ Author Id Revision
Modified:
trunk/qubit/apps/qubit/modules/informationobject/actions/updateRadAction.class.php
===================================================================
---
trunk/qubit/apps/qubit/modules/informationobject/actions/updateRadAction.class.php
2008-11-07 23:21:11 UTC (rev 1537)
+++
trunk/qubit/apps/qubit/modules/informationobject/actions/updateRadAction.class.php
2008-11-07 23:32:24 UTC (rev 1538)
@@ -25,9 +25,9 @@
* @package qubit
* @subpackage informationObject - update an information object, including any
Rad specific properties
* @author Peter Van Garderen <[EMAIL PROTECTED]>
+ * @author David Juhasz <[EMAIL PROTECTED]>
* @version SVN: $Id$
*/
-
class InformationObjectUpdateRadAction extends InformationObjectUpdateAction
{
public function execute($request)
Modified: trunk/qubit/lib/model/QubitInformationObject.php
===================================================================
--- trunk/qubit/lib/model/QubitInformationObject.php 2008-11-07 23:21:11 UTC
(rev 1537)
+++ trunk/qubit/lib/model/QubitInformationObject.php 2008-11-07 23:32:24 UTC
(rev 1538)
@@ -23,10 +23,10 @@
*
* @package qubit
* @subpackage model
- * @author Jack Bates
- * @author Peter Van Garderen
+ * @author Jack Bates <[EMAIL PROTECTED]>
+ * @author Peter Van Garderen <[EMAIL PROTECTED]>
* @author David Juhasz <[EMAIL PROTECTED]>
- * @version svn:$Id$
+ * @version svn: $Id$
*/
class QubitInformationObject extends BaseInformationObject
{
Modified: trunk/qubit/lib/model/QubitProperty.php
===================================================================
--- trunk/qubit/lib/model/QubitProperty.php 2008-11-07 23:21:11 UTC (rev
1537)
+++ trunk/qubit/lib/model/QubitProperty.php 2008-11-07 23:32:24 UTC (rev
1538)
@@ -19,6 +19,16 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+/**
+ * Extended methods for Property object model
+ *
+ * @package Qubit
+ * @subpackage model
+ * @author Jack Bates <[EMAIL PROTECTED]>
+ * @author Peter Van Garderen <[EMAIL PROTECTED]>
+ * @author David Juhasz <[EMAIL PROTECTED]>
+ * @version $Id$
+ */
class QubitProperty extends BaseProperty
{
public function save($connection = null)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---