Todo tags added to documentation
[shipsimu.git] / application / ship-simu / main / companies / class_ShippingCompany.php
index 7a00527ffa33504c8600a871aca9d3e59df05ea1..362a801bb51ad331d397b84e2c671d62c3b6cfb9 100644 (file)
@@ -81,6 +81,7 @@ class ShippingCompany extends BaseSimulator implements Customer, ContractPartner
         *
         * @param       $userInstance           A user class
         * @return      $companyInstance        Prepared company instance
+        * @todo        Add functionality if user participates in a company
         */
        public final static function createShippingCompany (ManageableAccount $userInstance) {
                // Get new instance
@@ -133,6 +134,7 @@ class ShippingCompany extends BaseSimulator implements Customer, ContractPartner
         * Checks wether the current user in registry is the company founder
         *
         * @return      $isFounder      Wether the current user is the company founder
+        * @todo        Check if user is company founder
         */
        public function ifUserIsFounder () {
                // Default is not the founder
@@ -155,6 +157,7 @@ class ShippingCompany extends BaseSimulator implements Customer, ContractPartner
         * Checks wether the current user in registry is the company owner
         *
         * @return      $isOwner        Wether the current user is the company owner
+        * @todo        Check if user is company owner
         */
        public function ifUserIsOwner () {
                // Default is not the owner