class
League
/
CommonMark
/
Extension
/
Footnote
/
Node
/
FootnoteRef
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
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