Extensions

Available extensions

The following extensions are shipped with phpdoc-to-rst:

  • InterfaceImplementors
    Link a list of all classes that implement an interface.
  • PublicOnlyExtension
    Only show public methods/properties. Also anything tagged with @internal will be hidden.
  • TocExtension
    Add a list of methods to the beginning of each interface/class/trait

Building an extension

You can easily build your own extensions just by extending the Extension class.