class
League
/
CommonMark
/
Extension
/
Mention
/
Mention
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
Mention
Extends
Properties
private
$name
Default: null
private
$prefix
Default: null
private
$identifier
Default: null
Methods
public
__construct ( string $name , string $prefix , string $identifier , string $label ) : void
public
getLabel ( ) : void
public
getIdentifier ( ) : void
public
getName ( ) : void
public
getPrefix ( ) : void
public
hasUrl ( ) : void
public
setLabel ( string $label ) : $this
private