DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / gotodeclaration / testIssue270422 / testIssue270422.php
1234567891011
<?php /** * @method ParentClass testMethod() * @property ParentClass $parent */ class ChildClass { } class ParentClass { }