class League / CommonMark / Extension / Footnote / Node / FootnoteRef
final

FootnoteRef

Extends

Implements

Properties

private

$reference

Default: null
private

$content

Default: null

Methods

public

__construct ( ReferenceInterface $reference , string $content , array $data ) : void

Parameters

  • $data array
public

getReference ( ) : void

public

setReference ( ReferenceInterface $reference ) : void

public

getContent ( ) : void