phpDocumentor / template.new_black

ABANDONED: This template is merged into phpDocumentor2 itself
6 stars 6 forks source link

Traits: not visible that a trait is used #26

Open mbed67 opened 10 years ago

mbed67 commented 10 years ago

There was no example of a class that uses a trait in phpDocumentor, so it had to be simulated with a testclass. The trait that is used is vendor\symfony\dependency-injection\Symfony\Component\DependencyInjection\ContainerAwareTrait

This trait contains a property and a method. Both are visible in the documentation. But it isn't clear that a trait has been used.

image