PHP Class PHPRtfLite_Element_Hyperlink

Author: Steffen Zeidler ([email protected])
Inheritance: extends PHPRtfLite_Element
Exibir arquivo Open project: phprtflite/phprtflite Class Usage Examples

Protected Properties

Property Type Description
$_hyperlink string

Public Methods

Method Description
setHyperlink ( string $hyperlink ) sets hyperlink

Protected Methods

Method Description
getClosingToken ( ) : string gets closing token
getOpeningToken ( ) : string gets opening token

Method Details

getClosingToken() protected method

gets closing token
protected getClosingToken ( ) : string
return string

getOpeningToken() protected method

gets opening token
protected getOpeningToken ( ) : string
return string

Property Details