Copyright updated, menu class added for 'home'
[shipsimu.git] / application / ship-simu / interfaces / class_Customer.php
index 613df6b3aad3a50c910a659e77ddd9bb0c0793b4..d9cedec380f9d7a47e4fc4c0b53f63aaa2e38cd2 100644 (file)
@@ -4,9 +4,9 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ interface Customer extends FrameworkInterface {
        /**
         * Adds a contract to the customer's list
         *
-        * @param               $contractInstance       A valid instance to WorksContract
+        * @param       $contractInstance       A valid instance to WorksContract
         * @return      void
         */
        function addNewWorksContract (SignableContract $contractInstance);
@@ -33,17 +33,10 @@ interface Customer extends FrameworkInterface {
        /**
         * Signs a works contract.
         *
-        * @param               $contractInstance                               A valid instance to WorksContract
-        * @param               $partnerInstance                                An instance the other
-        *                                                                              contract partner
+        * @param       $contractInstance       A valid instance to WorksContract
+        * @param       $partnerInstance        An instance the other contract partner
         * @return      void
-        * @throws      NullPointerException                    If an instance variable
-        *                                                                              is null
-        * @throws      NoObjectException                               If an instance variable
-        *                                                                              is not an object
-        * @throws      MissingMethodException                  If a required method was
-        *                                                                              not found in $contractInstance
-        * @throws      InvalidContractPartnerException If the in $contractInstance
+        * @throws      InvalidContractPartnerException         If the in $contractInstance
         *                                                                              set contract partner is
         *                                                                              not the expected
         */
@@ -52,7 +45,7 @@ interface Customer extends FrameworkInterface {
        /**
         * Withdraw from a signed contract
         *
-        * @param               $contractInstance       A valid instance to WorksContract
+        * @param       $contractInstance       A valid instance to WorksContract
         * @return      void
         */
        function withdrawFromContract (SignableContract $contractInstance);