Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
plantuml-bundle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
7b889ef8
Commit
7b889ef8
authored
Nov 28, 2017
by
Raidelet Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrections effectuées par php-cs-fixer
parent
f310bfae
Changes
73
Hide whitespace changes
Inline
Side-by-side
Showing
73 changed files
with
88 additions
and
88 deletions
+88
-88
src/Command/GenerateCommand.php
src/Command/GenerateCommand.php
+1
-1
src/Command/RenderCommand.php
src/Command/RenderCommand.php
+1
-1
src/DependencyInjection/Builder/ClassFilterBuilder.php
src/DependencyInjection/Builder/ClassFilterBuilder.php
+1
-1
src/DependencyInjection/Builder/GraphDefinitionBuilder.php
src/DependencyInjection/Builder/GraphDefinitionBuilder.php
+1
-1
src/DependencyInjection/Configuration.php
src/DependencyInjection/Configuration.php
+1
-1
src/DependencyInjection/IrsteaPlantUmlExtension.php
src/DependencyInjection/IrsteaPlantUmlExtension.php
+1
-1
src/Doctrine/AbstractDoctrineDecorator.php
src/Doctrine/AbstractDoctrineDecorator.php
+1
-1
src/Doctrine/AssociationDecorator.php
src/Doctrine/AssociationDecorator.php
+1
-1
src/Doctrine/DoctrineNamespace.php
src/Doctrine/DoctrineNamespace.php
+3
-3
src/Doctrine/EntityDecorator.php
src/Doctrine/EntityDecorator.php
+1
-1
src/Doctrine/EntityFinder.php
src/Doctrine/EntityFinder.php
+1
-1
src/Doctrine/Field.php
src/Doctrine/Field.php
+1
-1
src/Doctrine/FieldDecorator.php
src/Doctrine/FieldDecorator.php
+1
-1
src/Finder/ClassFinder.php
src/Finder/ClassFinder.php
+1
-1
src/Finder/FilteringFinder.php
src/Finder/FilteringFinder.php
+1
-1
src/Finder/FinderInterface.php
src/Finder/FinderInterface.php
+1
-1
src/IrsteaPlantUmlBundle.php
src/IrsteaPlantUmlBundle.php
+1
-1
src/Model/Arrow/BaseArrow.php
src/Model/Arrow/BaseArrow.php
+1
-1
src/Model/Arrow/ExtendsClass.php
src/Model/Arrow/ExtendsClass.php
+1
-1
src/Model/Arrow/ImplementsInterface.php
src/Model/Arrow/ImplementsInterface.php
+1
-1
src/Model/Arrow/UsesTrait.php
src/Model/Arrow/UsesTrait.php
+1
-1
src/Model/ArrowInterface.php
src/Model/ArrowInterface.php
+1
-1
src/Model/ClassFilterInterface.php
src/Model/ClassFilterInterface.php
+1
-1
src/Model/ClassVisitor.php
src/Model/ClassVisitor.php
+1
-1
src/Model/ClassVisitorInterface.php
src/Model/ClassVisitorInterface.php
+1
-1
src/Model/Decorator/AbstractRelationDecorator.php
src/Model/Decorator/AbstractRelationDecorator.php
+1
-1
src/Model/Decorator/AttributeDecorator.php
src/Model/Decorator/AttributeDecorator.php
+1
-1
src/Model/Decorator/CompositeDecorator.php
src/Model/Decorator/CompositeDecorator.php
+1
-1
src/Model/Decorator/FilteringDecorator.php
src/Model/Decorator/FilteringDecorator.php
+1
-1
src/Model/Decorator/InheritableItemDecoratorTrait.php
src/Model/Decorator/InheritableItemDecoratorTrait.php
+1
-1
src/Model/Decorator/InheritanceDecorator.php
src/Model/Decorator/InheritanceDecorator.php
+1
-1
src/Model/Decorator/InterfaceDecorator.php
src/Model/Decorator/InterfaceDecorator.php
+1
-1
src/Model/Decorator/MethodDecorator.php
src/Model/Decorator/MethodDecorator.php
+1
-1
src/Model/Decorator/NullDecorator.php
src/Model/Decorator/NullDecorator.php
+1
-1
src/Model/Decorator/TraitDecorator.php
src/Model/Decorator/TraitDecorator.php
+1
-1
src/Model/DecoratorInterface.php
src/Model/DecoratorInterface.php
+1
-1
src/Model/Filter/AbstractListFilter.php
src/Model/Filter/AbstractListFilter.php
+1
-1
src/Model/Filter/AcceptAllFilter.php
src/Model/Filter/AcceptAllFilter.php
+1
-1
src/Model/Filter/ClassFilter.php
src/Model/Filter/ClassFilter.php
+2
-2
src/Model/Filter/Composite/AbstractCompositeFilter.php
src/Model/Filter/Composite/AbstractCompositeFilter.php
+1
-1
src/Model/Filter/Composite/AllFilter.php
src/Model/Filter/Composite/AllFilter.php
+1
-1
src/Model/Filter/Composite/AnyFilter.php
src/Model/Filter/Composite/AnyFilter.php
+1
-1
src/Model/Filter/DirectoryFilter.php
src/Model/Filter/DirectoryFilter.php
+2
-2
src/Model/Filter/NamespaceFilter.php
src/Model/Filter/NamespaceFilter.php
+2
-2
src/Model/Graph.php
src/Model/Graph.php
+1
-1
src/Model/GraphInterface.php
src/Model/GraphInterface.php
+1
-1
src/Model/NamespaceInterface.php
src/Model/NamespaceInterface.php
+1
-1
src/Model/Namespace_/AbstractNamespace.php
src/Model/Namespace_/AbstractNamespace.php
+1
-1
src/Model/Namespace_/BundleNamespace.php
src/Model/Namespace_/BundleNamespace.php
+3
-3
src/Model/Namespace_/FlatNamespace.php
src/Model/Namespace_/FlatNamespace.php
+3
-3
src/Model/Namespace_/MappedNamespace.php
src/Model/Namespace_/MappedNamespace.php
+2
-2
src/Model/Namespace_/Php/AbstractNamespace.php
src/Model/Namespace_/Php/AbstractNamespace.php
+1
-1
src/Model/Namespace_/Php/Namespace_.php
src/Model/Namespace_/Php/Namespace_.php
+1
-1
src/Model/Namespace_/Php/RootNamespace.php
src/Model/Namespace_/Php/RootNamespace.php
+2
-2
src/Model/Node/BaseNode.php
src/Model/Node/BaseNode.php
+1
-1
src/Model/Node/Class_.php
src/Model/Node/Class_.php
+1
-1
src/Model/Node/Interface_.php
src/Model/Node/Interface_.php
+1
-1
src/Model/Node/Member/AttributeInterface.php
src/Model/Node/Member/AttributeInterface.php
+1
-1
src/Model/Node/Member/Member.php
src/Model/Node/Member/Member.php
+1
-1
src/Model/Node/Member/MemberInterface.php
src/Model/Node/Member/MemberInterface.php
+5
-5
src/Model/Node/Member/MethodInterface.php
src/Model/Node/Member/MethodInterface.php
+1
-1
src/Model/Node/Trait_.php
src/Model/Node/Trait_.php
+1
-1
src/Model/NodeInterface.php
src/Model/NodeInterface.php
+1
-1
src/Model/ToConfigInterface.php
src/Model/ToConfigInterface.php
+1
-1
src/Model/TypedSymbol.php
src/Model/TypedSymbol.php
+1
-1
src/Utils/Singleton.php
src/Utils/Singleton.php
+1
-1
src/Writer/AbstractWriter.php
src/Writer/AbstractWriter.php
+1
-1
src/Writer/OutputWriter.php
src/Writer/OutputWriter.php
+1
-1
src/Writer/StreamWriter.php
src/Writer/StreamWriter.php
+1
-1
src/Writer/WritableArrowInterface.php
src/Writer/WritableArrowInterface.php
+1
-1
src/Writer/WritableInterface.php
src/Writer/WritableInterface.php
+1
-1
src/Writer/WritableNodeInterface.php
src/Writer/WritableNodeInterface.php
+1
-1
src/Writer/WriterInterface.php
src/Writer/WriterInterface.php
+1
-1
No files found.
src/Command/GenerateCommand.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Command/RenderCommand.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/Builder/ClassFilterBuilder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/Builder/GraphDefinitionBuilder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/Configuration.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/DependencyInjection/IrsteaPlantUmlExtension.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/AbstractDoctrineDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/AssociationDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/DoctrineNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -11,8 +11,8 @@ namespace Irstea\PlantUmlBundle\Doctrine;
*/
class
DoctrineNamespace
extends
\
Irstea\PlantUmlBundle\Model\Namespace_\MappedNamespace
{
const
CONF_TYPE
=
'entities'
;
const
SEPARATOR
=
'::'
;
public
const
CONF_TYPE
=
'entities'
;
public
const
SEPARATOR
=
'::'
;
public
function
__construct
(
\
Doctrine\ORM\EntityManagerInterface
$em
)
{
...
...
src/Doctrine/EntityDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/EntityFinder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/Field.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Doctrine/FieldDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Finder/ClassFinder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Finder/FilteringFinder.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Finder/FinderInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/IrsteaPlantUmlBundle.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Arrow/BaseArrow.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Arrow/ExtendsClass.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Arrow/ImplementsInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Arrow/UsesTrait.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ArrowInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ClassFilterInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ClassVisitor.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ClassVisitorInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/AbstractRelationDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/AttributeDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/CompositeDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/FilteringDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/InheritableItemDecoratorTrait.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/InheritanceDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/InterfaceDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/MethodDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/NullDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Decorator/TraitDecorator.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/DecoratorInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/AbstractListFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/AcceptAllFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/ClassFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -13,7 +13,7 @@ use ReflectionClass;
*/
class
ClassFilter
extends
AbstractListFilter
{
const
CONF_TYPE
=
'classes'
;
public
const
CONF_TYPE
=
'classes'
;
protected
function
extract
(
ReflectionClass
$class
)
{
...
...
src/Model/Filter/Composite/AbstractCompositeFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/Composite/AllFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/Composite/AnyFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Filter/DirectoryFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -13,7 +13,7 @@ use ReflectionClass;
*/
class
DirectoryFilter
extends
AbstractListFilter
{
const
CONF_TYPE
=
'directories'
;
public
const
CONF_TYPE
=
'directories'
;
protected
function
extract
(
ReflectionClass
$class
)
{
...
...
src/Model/Filter/NamespaceFilter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -13,7 +13,7 @@ use ReflectionClass;
*/
class
NamespaceFilter
extends
AbstractListFilter
{
const
CONF_TYPE
=
'namespaces'
;
public
const
CONF_TYPE
=
'namespaces'
;
protected
function
extract
(
ReflectionClass
$class
)
{
...
...
src/Model/Graph.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/GraphInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/NamespaceInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Namespace_/AbstractNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Namespace_/BundleNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -11,8 +11,8 @@ namespace Irstea\PlantUmlBundle\Model\Namespace_;
*/
class
BundleNamespace
extends
MappedNamespace
{
const
CONF_TYPE
=
'bundles'
;
const
SEPARATOR
=
'::'
;
public
const
CONF_TYPE
=
'bundles'
;
public
const
SEPARATOR
=
'::'
;
public
function
__construct
(
array
$bundles
)
{
...
...
src/Model/Namespace_/FlatNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -14,8 +14,8 @@ use Irstea\PlantUmlBundle\Writer\WriterInterface;
*/
class
FlatNamespace
extends
AbstractNamespace
{
const
CONF_TYPE
=
'flat'
;
const
SEPARATOR
=
'none'
;
public
const
CONF_TYPE
=
'flat'
;
public
const
SEPARATOR
=
'none'
;
/**
* @var ArrowInterface[]
...
...
src/Model/Namespace_/MappedNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -11,7 +11,7 @@ namespace Irstea\PlantUmlBundle\Model\Namespace_;
*/
class
MappedNamespace
extends
FlatNamespace
{
const
SEPARATOR
=
'::'
;
public
const
SEPARATOR
=
'::'
;
/**
* @var string[]
...
...
src/Model/Namespace_/Php/AbstractNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Namespace_/Php/Namespace_.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Namespace_/Php/RootNamespace.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -14,7 +14,7 @@ use Irstea\PlantUmlBundle\Writer\WriterInterface;
*/
class
RootNamespace
extends
AbstractNamespace
{
const
CONF_TYPE
=
'php'
;
public
const
CONF_TYPE
=
'php'
;
/**
* @var ArrowInterface[]
...
...
src/Model/Node/BaseNode.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Node/Class_.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Node/Interface_.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Node/Member/AttributeInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Node/Member/Member.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Node/Member/MemberInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
@@ -10,8 +10,8 @@ use Irstea\PlantUmlBundle\Writer\WritableInterface;
interface
MemberInterface
extends
WritableInterface
{
const
PRIVATE_
=
'-'
;
const
PROTECTED_
=
'#'
;
const
PUBLIC_
=
'+'
;
const
UNKNOWN
=
''
;
public
const
PRIVATE_
=
'-'
;
public
const
PROTECTED_
=
'#'
;
public
const
PUBLIC_
=
'+'
;
public
const
UNKNOWN
=
''
;
}
src/Model/Node/Member/MethodInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/Node/Trait_.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/NodeInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/ToConfigInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Model/TypedSymbol.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Utils/Singleton.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Writer/AbstractWriter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Writer/OutputWriter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Writer/StreamWriter.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Writer/WritableArrowInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Writer/WritableInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Writer/WritableNodeInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
src/Writer/WriterInterface.php
View file @
7b889ef8
<?php
<?php
declare
(
strict_types
=
1
);
/*
* Copyright (C) 2016-2017 IRSTEA
* All rights reserved.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment