Based on the phpDocumentor docs, it's more appropriate to use @uses than @see to describe an inheritance relationship. Ideally the @used-by tag should be added to the parent class, but that's not really practical, the docs list it as optional ("SHOULD"), and current versions of phpdoc don't actually recognize that tag.
Based on the phpDocumentor docs, it's more appropriate to use
@uses
than@see
to describe an inheritance relationship. Ideally the@used-by
tag should be added to the parent class, but that's not really practical, the docs list it as optional ("SHOULD"), and current versions of phpdoc don't actually recognize that tag.http://www.phpdoc.org/docs/latest/references/phpdoc/tags/uses.html