Browser
extends Plugin
in package
Table of Contents
Methods
- generateDirectoryIndex() : mixed
- generateFooter() : mixed
- generateHeader() : mixed
- generatePluginListing() : mixed
- drawPropertyRow() : string
- Draws a table row for a property.
- drawPropertyValue() : string
- Draws a table row for a property.
- mapResourceType() : array<string|int, mixed>
- Maps a resource type to a human-readable string and icon.
Methods
generateDirectoryIndex()
public
generateDirectoryIndex(mixed $path) : mixed
Parameters
- $path : mixed
generateFooter()
public
generateFooter() : mixed
generateHeader()
public
generateHeader(mixed $title[, mixed $path = null ]) : mixed
Parameters
- $title : mixed
- $path : mixed = null
generatePluginListing()
public
generatePluginListing() : mixed
drawPropertyRow()
Draws a table row for a property.
private
drawPropertyRow(string $name, mixed $value) : string
Parameters
- $name : string
- $value : mixed
Return values
stringdrawPropertyValue()
Draws a table row for a property.
private
drawPropertyValue(HtmlOutputHelper $html, mixed $value) : string
Parameters
- $html : HtmlOutputHelper
- $value : mixed
Return values
stringmapResourceType()
Maps a resource type to a human-readable string and icon.
private
mapResourceType(array<string|int, mixed> $resourceTypes, INode $node) : array<string|int, mixed>
Parameters
- $resourceTypes : array<string|int, mixed>
- $node : INode