PHP Class PHPRtfLite_Element_Hyperlink

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

Protected Properties

Свойство Type Description
$_hyperlink string

Méthodes publiques

Méthode Description
setHyperlink ( string $hyperlink ) sets hyperlink

Méthodes protégées

Méthode Description
getClosingToken ( ) : string gets closing token
getOpeningToken ( ) : string gets opening token

Method Details

getClosingToken() protected méthode

gets closing token
protected getClosingToken ( ) : string
Résultat string

getOpeningToken() protected méthode

gets opening token
protected getOpeningToken ( ) : string
Résultat string

Property Details