Guides

AbbreviationTextRole extends BaseTextRole
in package

FinalYes

Role to create an abbreviation.

Example:

:abbreviation:`term (some term definition)`

Table of Contents

Properties

$class  : string
$name  : string
$logger  : LoggerInterface

Methods

__construct()  : mixed
getAliases()  : array<string|int, string>
getClass()  : string
getName()  : string
processNode()  : AbbreviationInlineNode
setClass()  : void
withName()  : BaseTextRole

Properties

Methods

__construct()

public __construct(LoggerInterface $logger) : mixed
Parameters
$logger : LoggerInterface

getAliases()

public getAliases() : array<string|int, string>
Return values
array<string|int, string>

getClass()

public getClass() : string
Return values
string

getName()

public getName() : string
Return values
string

setClass()

public setClass(string $class) : void
Parameters
$class : string

        
On this page

Search results