Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
3e76de20
Commit
3e76de20
authored
Jul 04, 2019
by
Guillaume Perréal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CS.
parent
82ea305b
Changes
74
Hide whitespace changes
Inline
Side-by-side
Showing
74 changed files
with
1185 additions
and
148 deletions
+1185
-148
src/Command/GenerateCommand.php
src/Command/GenerateCommand.php
+16
-2
src/Command/RenderCommand.php
src/Command/RenderCommand.php
+16
-2
src/DependencyInjection/Builder/ClassFilterBuilder.php
src/DependencyInjection/Builder/ClassFilterBuilder.php
+16
-2
src/DependencyInjection/Builder/GraphDefinitionBuilder.php
src/DependencyInjection/Builder/GraphDefinitionBuilder.php
+17
-2
src/DependencyInjection/Configuration.php
src/DependencyInjection/Configuration.php
+16
-2
src/DependencyInjection/IrsteaPlantUmlExtension.php
src/DependencyInjection/IrsteaPlantUmlExtension.php
+16
-2
src/Doctrine/AbstractDoctrineDecorator.php
src/Doctrine/AbstractDoctrineDecorator.php
+16
-2
src/Doctrine/AssociationDecorator.php
src/Doctrine/AssociationDecorator.php
+16
-2
src/Doctrine/DoctrineNamespace.php
src/Doctrine/DoctrineNamespace.php
+16
-2
src/Doctrine/EntityDecorator.php
src/Doctrine/EntityDecorator.php
+16
-2
src/Doctrine/EntityFinder.php
src/Doctrine/EntityFinder.php
+16
-2
src/Doctrine/Field.php
src/Doctrine/Field.php
+16
-2
src/Doctrine/FieldDecorator.php
src/Doctrine/FieldDecorator.php
+16
-2
src/Finder/ClassFinder.php
src/Finder/ClassFinder.php
+16
-2
src/Finder/FilteringFinder.php
src/Finder/FilteringFinder.php
+16
-2
src/Finder/FinderInterface.php
src/Finder/FinderInterface.php
+16
-2
src/IrsteaPlantUmlBundle.php
src/IrsteaPlantUmlBundle.php
+16
-2
src/Model/Arrow/BaseArrow.php
src/Model/Arrow/BaseArrow.php
+16
-2
src/Model/Arrow/ExtendsClass.php
src/Model/Arrow/ExtendsClass.php
+16
-2
src/Model/Arrow/ImplementsInterface.php
src/Model/Arrow/ImplementsInterface.php
+16
-2
src/Model/Arrow/UsesTrait.php
src/Model/Arrow/UsesTrait.php
+16
-2
src/Model/ArrowInterface.php
src/Model/ArrowInterface.php
+16
-2
src/Model/ClassFilterInterface.php
src/Model/ClassFilterInterface.php
+16
-2
src/Model/ClassVisitor.php
src/Model/ClassVisitor.php
+16
-2
src/Model/ClassVisitorInterface.php
src/Model/ClassVisitorInterface.php
+16
-2
src/Model/Decorator/AbstractRelationDecorator.php
src/Model/Decorator/AbstractRelationDecorator.php
+16
-2
src/Model/Decorator/AttributeDecorator.php
src/Model/Decorator/AttributeDecorator.php
+16
-2
src/Model/Decorator/CompositeDecorator.php
src/Model/Decorator/CompositeDecorator.php
+16
-2
src/Model/Decorator/FilteringDecorator.php
src/Model/Decorator/FilteringDecorator.php
+16
-2
src/Model/Decorator/InheritableItemDecoratorTrait.php
src/Model/Decorator/InheritableItemDecoratorTrait.php
+16
-2
src/Model/Decorator/InheritanceDecorator.php
src/Model/Decorator/InheritanceDecorator.php
+16
-2
src/Model/Decorator/InterfaceDecorator.php
src/Model/Decorator/InterfaceDecorator.php
+16
-2
src/Model/Decorator/MethodDecorator.php
src/Model/Decorator/MethodDecorator.php
+16
-2
src/Model/Decorator/NullDecorator.php
src/Model/Decorator/NullDecorator.php
+16
-2
src/Model/Decorator/TraitDecorator.php
src/Model/Decorator/TraitDecorator.php
+16
-2
src/Model/DecoratorInterface.php
src/Model/DecoratorInterface.php
+16
-2
src/Model/Filter/AbstractListFilter.php
src/Model/Filter/AbstractListFilter.php
+16
-2
src/Model/Filter/AcceptAllFilter.php
src/Model/Filter/AcceptAllFilter.php
+16
-2
src/Model/Filter/ClassFilter.php
src/Model/Filter/ClassFilter.php
+16
-2
src/Model/Filter/Composite/AbstractCompositeFilter.php
src/Model/Filter/Composite/AbstractCompositeFilter.php
+16
-2
src/Model/Filter/Composite/AllFilter.php
src/Model/Filter/Composite/AllFilter.php
+16
-2
src/Model/Filter/Composite/AnyFilter.php
src/Model/Filter/Composite/AnyFilter.php
+16
-2
src/Model/Filter/DirectoryFilter.php
src/Model/Filter/DirectoryFilter.php
+16
-2
src/Model/Filter/NamespaceFilter.php
src/Model/Filter/NamespaceFilter.php
+16
-2
src/Model/Graph.php
src/Model/Graph.php
+16
-2
src/Model/GraphInterface.php
src/Model/GraphInterface.php
+16
-2
src/Model/NamespaceInterface.php
src/Model/NamespaceInterface.php
+16
-2
src/Model/Namespace_/AbstractNamespace.php
src/Model/Namespace_/AbstractNamespace.php
+16
-2
src/Model/Namespace_/BundleNamespace.php
src/Model/Namespace_/BundleNamespace.php
+16
-2
src/Model/Namespace_/FlatNamespace.php
src/Model/Namespace_/FlatNamespace.php
+16
-2
src/Model/Namespace_/MappedNamespace.php
src/Model/Namespace_/MappedNamespace.php
+16
-2
src/Model/Namespace_/Php/AbstractNamespace.php
src/Model/Namespace_/Php/AbstractNamespace.php
+16
-2
src/Model/Namespace_/Php/Namespace_.php
src/Model/Namespace_/Php/Namespace_.php
+16
-2
src/Model/Namespace_/Php/RootNamespace.php
src/Model/Namespace_/Php/RootNamespace.php
+16
-2
src/Model/Node/BaseNode.php
src/Model/Node/BaseNode.php
+16
-2
src/Model/Node/Class_.php
src/Model/Node/Class_.php
+16
-2
src/Model/Node/Interface_.php
src/Model/Node/Interface_.php
+16
-2
src/Model/Node/Member/AttributeInterface.php
src/Model/Node/Member/AttributeInterface.php
+16
-2
src/Model/Node/Member/Member.php
src/Model/Node/Member/Member.php
+16
-2
src/Model/Node/Member/MemberInterface.php
src/Model/Node/Member/MemberInterface.php
+16
-2
src/Model/Node/Member/MethodInterface.php
src/Model/Node/Member/MethodInterface.php
+16
-2
src/Model/Node/Trait_.php
src/Model/Node/Trait_.php
+16
-2
src/Model/NodeInterface.php
src/Model/NodeInterface.php
+16
-2
src/Model/ToConfigInterface.php
src/Model/ToConfigInterface.php
+16
-2
src/Model/TypedSymbol.php
src/Model/TypedSymbol.php
+16
-2
src/Utils/Singleton.php
src/Utils/Singleton.php
+16
-2
src/Writer/AbstractWriter.php
src/Writer/AbstractWriter.php
+16
-2
src/Writer/OutputWriter.php
src/Writer/OutputWriter.php
+16
-2
src/Writer/StreamWriter.php
src/Writer/StreamWriter.php
+16
-2
src/Writer/WritableArrowInterface.php
src/Writer/WritableArrowInterface.php
+16
-2
src/Writer/WritableInterface.php
src/Writer/WritableInterface.php
+16
-2
src/Writer/WritableNodeInterface.php
src/Writer/WritableNodeInterface.php
+16
-2
src/Writer/WriterInterface.php
src/Writer/WriterInterface.php
+16
-2
src/functions.php
src/functions.php
+16
-2
No files found.
src/Command/GenerateCommand.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Command
;
...
...
src/Command/RenderCommand.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Command
;
...
...
src/DependencyInjection/Builder/ClassFilterBuilder.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\DependencyInjection\Builder
;
...
...
src/DependencyInjection/Builder/GraphDefinitionBuilder.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\DependencyInjection\Builder
;
...
...
@@ -96,6 +110,7 @@ class GraphDefinitionBuilder
$def
=
new
Definition
(
Graph
::
class
,
[
$visitor
,
$source
]);
$def
->
setLazy
(
true
);
$def
->
setPublic
(
true
);
return
$def
;
}
...
...
src/DependencyInjection/Configuration.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\DependencyInjection
;
...
...
src/DependencyInjection/IrsteaPlantUmlExtension.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\DependencyInjection
;
...
...
src/Doctrine/AbstractDoctrineDecorator.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Doctrine
;
...
...
src/Doctrine/AssociationDecorator.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Doctrine
;
...
...
src/Doctrine/DoctrineNamespace.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Doctrine
;
...
...
src/Doctrine/EntityDecorator.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Doctrine
;
...
...
src/Doctrine/EntityFinder.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Doctrine
;
...
...
src/Doctrine/Field.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Doctrine
;
...
...
src/Doctrine/FieldDecorator.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Doctrine
;
...
...
src/Finder/ClassFinder.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Finder
;
...
...
src/Finder/FilteringFinder.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Finder
;
...
...
src/Finder/FinderInterface.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Finder
;
...
...
src/IrsteaPlantUmlBundle.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle
;
...
...
src/Model/Arrow/BaseArrow.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Model\Arrow
;
...
...
src/Model/Arrow/ExtendsClass.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Model\Arrow
;
...
...
src/Model/Arrow/ImplementsInterface.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Model\Arrow
;
...
...
src/Model/Arrow/UsesTrait.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Model\Arrow
;
...
...
src/Model/ArrowInterface.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Model
;
...
...
src/Model/ClassFilterInterface.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Model
;
...
...
src/Model/ClassVisitor.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*
* Copyright (C) 2016-2019 IRSTEA
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
* PARTICULAR PURPOSE. See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License and the GNU
* Lesser General Public License along with this program. If not, see
* <https://www.gnu.org/licenses/>.
*/
namespace
Irstea\PlantUmlBundle\Model
;
...
...
src/Model/ClassVisitorInterface.php
View file @
3e76de20
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2018 IRSTEA
* All rights reserved.
* This file is part of "irstea/plantuml-bundle".
*