silverstripe / api.silverstripe.org

API documentation for the Silverstripe Framework
BSD 3-Clause "New" or "Revised" License
3 stars 14 forks source link

Protected function not showing on DropdownField #96

Closed andrewandante closed 11 months ago

andrewandante commented 3 years ago

DropdownField has the protected function getFieldOption() as shown here: https://github.com/silverstripe/silverstripe-framework/blob/4/src/Forms/DropdownField.php#L97, however this doesn't show up on the API docs: https://api.silverstripe.org/4/SilverStripe/Forms/DropdownField.html

In fact, no protected functions are showing up, I suspect that means there's a bug there.

Functions should also surface their visibility in these docs.

PRs

GuySartorelli commented 11 months ago

This has been fixed