Facebook\HHAPIDoc\PageSections\PageSection

Base class for all page sections

A page is generated for each Documentable; each piece of content (e.g. signature, description) is a section.

Sections produce Markdown for a Documentable

Interface Synopsis

namespace Facebook\HHAPIDoc\PageSections;

abstract class PageSection {...}

Public Methods