X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=framework%2Fmain%2Finterfaces%2Fvisitor%2Fdecorator%2Fclass_DecoratorVisitor.php;h=c7cdab58dff74a44d98c1b66a173c41ae4242c3a;hb=HEAD;hp=8b7cab4c96ff73f345b1fc7ea6209c997c3b2cfe;hpb=78a010fef84895720e796842208f01dfb619c332;p=core.git diff --git a/framework/main/interfaces/visitor/decorator/class_DecoratorVisitor.php b/framework/main/interfaces/visitor/decorator/class_DecoratorVisitor.php index 8b7cab4c..c7cdab58 100644 --- a/framework/main/interfaces/visitor/decorator/class_DecoratorVisitor.php +++ b/framework/main/interfaces/visitor/decorator/class_DecoratorVisitor.php @@ -1,13 +1,17 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -30,6 +34,7 @@ interface DecoratorVisitor extends Visitor { * * @param $decoratorInstance A decorator instance * @return void + * @todo Find interface for this type-hint (only interface/array as type-hints rule) */ function visitDecorator (BaseDecorator $decoratorInstance);