Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
plantuml-bundle
Commits
f7cf7bc6
Commit
f7cf7bc6
authored
Mar 11, 2016
by
Guillaume Perréal
Browse files
N'affiche pas les attributs hérités.
parent
762ddf49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Model/Decorator/AttributeDecorator.php
View file @
f7cf7bc6
...
...
@@ -27,6 +27,11 @@ class AttributeDecorator implements DecoratorInterface
{
foreach
(
$class
->
getProperties
()
as
$property
)
{
/* @var $property ReflectionProperty */
if
(
$property
->
getDeclaringClass
()
!=
$class
)
{
continue
;
}
$node
->
addAttribute
(
new
Member
(
$property
->
getName
(),
...
...
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