\phpDocumentor\PluginPlugin

Summary

Methods
Properties
Constants
__construct()
getClassName()
getParameters()
No public properties found
No constants found
No protected methods found
$className
$parameters
N/A
No private methods found
No private properties found
N/A

Properties

$className

$className : string

Type

string — class name of the plugin.

$parameters

$parameters : array<mixed,\phpDocumentor\Plugin\Parameter>

Type

array<mixed,\phpDocumentor\Plugin\Parameter> — parameters that are configured by the user

Methods

__construct()

__construct(string  $className) 

Initialize the plugin configuration definition with the given class name.

Parameters

string $className

getClassName()

getClassName() : string

Returns the class name for this plugin.

Returns

string

getParameters()

getParameters() : array<mixed,\phpDocumentor\Plugin\Parameter>

Returns the parameters associated with this plugin.

Returns

array<mixed,\phpDocumentor\Plugin\Parameter>