getProtectedProperties()) == 0 || !$protected && count($type->getPublicProperties()) == 0) {
return;
} ?>
= $protected ? 'Protected Properties' : 'Public Properties' ?>
Hide inherited properties
| Property | Type | Description | Defined By |
properties as $property): ?>
visibility == 'protected' || !$protected && $property->visibility != 'protected'): ?>
definedBy != $type->name ? ' class="inherited"' : '' ?> id="= $property->name ?>">
| context->subjectLink($property); ?> |
context->typeLink($property->types); ?> |
shortDescription; ?> |
context->typeLink($property->definedBy); ?> |