X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Finterfaces%2Fclass_Customer.php;h=d9cedec380f9d7a47e4fc4c0b53f63aaa2e38cd2;hp=613df6b3aad3a50c910a659e77ddd9bb0c0793b4;hb=d3ac3088a75edd47f1b2a6f635fe2116129ecfd5;hpb=1d128d8532290e84885d09d2d3f0060abd08e49e diff --git a/application/ship-simu/interfaces/class_Customer.php b/application/ship-simu/interfaces/class_Customer.php index 613df6b..d9cedec 100644 --- a/application/ship-simu/interfaces/class_Customer.php +++ b/application/ship-simu/interfaces/class_Customer.php @@ -4,9 +4,9 @@ * * @author Roland Haeder * @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);