class ThemeCategoryDocumentationPage extends ThemeDocumentationPage (View source)

Properties

protected string $name from  ThemeDocumentationPage
protected Theme $theme from  ThemeDocumentationPage
protected string $contentFile from  ThemeDocumentationPage
protected DocumentationPageInterface[] $childPages

Methods

SimpleXMLElement|null
getContentXmlElement()

No description

string
void
installDocumentationPage(Page $parent)

No description

__construct(Theme $theme, string $name, array $childPages, string $contentFile = null)

No description

string
getName()

No description

void
setName(string $name)

No description

void
setContentFile(string $contentFile)

No description

array
getChildPages()

No description

void
setChildPages(array $childPages)

No description

Details

SimpleXMLElement|null getContentXmlElement()

No description

Return Value

SimpleXMLElement|null

string getDocumentationPageTypeHandle()

No description

Return Value

string

string getDocumentationPageTemplateHandle()

No description

Return Value

string

void installDocumentationPage(Page $parent)

No description

Parameters

Page $parent

Return Value

void

__construct(Theme $theme, string $name, array $childPages, string $contentFile = null)

No description

Parameters

Theme $theme
string $name
array $childPages
string $contentFile

string getName()

No description

Return Value

string

void setName(string $name)

No description

Parameters

string $name

Return Value

void

void setContentFile(string $contentFile)

No description

Parameters

string $contentFile

Return Value

void

array getChildPages()

No description

Return Value

array

void setChildPages(array $childPages)

No description

Parameters

array $childPages

Return Value

void