PHP Class Redaxscript\Head\Link

Since: 3.0.0
Author: Henry Ruhs
Author: Balázs Szilágyi
Inheritance: extends HeadAbstract
Afficher le fichier Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Свойство Type Description
$_optionArray string options of the link
$_rewriteArray string rewrite of the link

Méthodes publiques

Méthode Description
appendFile ( string $reference = null ) : Link append link file
concat ( array $optionArray = [] ) : Link concat the link
prependFile ( string $reference = null ) : Link prepend link file
removeFile ( string $reference = null ) : Link remove link file
render ( ) : string render the link
rewrite ( array $rewriteArray = [] ) : Link rewrite the link

Method Details

appendFile() public méthode

append link file
Since: 3.0.0
public appendFile ( string $reference = null ) : Link
$reference string
Résultat Link

concat() public méthode

concat the link
Since: 3.0.0
public concat ( array $optionArray = [] ) : Link
$optionArray array
Résultat Link

prependFile() public méthode

prepend link file
Since: 3.0.0
public prependFile ( string $reference = null ) : Link
$reference string
Résultat Link

removeFile() public méthode

remove link file
Since: 3.0.0
public removeFile ( string $reference = null ) : Link
$reference string
Résultat Link

render() public méthode

render the link
Since: 3.0.0
public render ( ) : string
Résultat string

rewrite() public méthode

rewrite the link
Since: 3.0.0
public rewrite ( array $rewriteArray = [] ) : Link
$rewriteArray array
Résultat Link

Property Details

$_optionArray protected_oe static_oe property

options of the link
protected static string $_optionArray
Résultat string

$_rewriteArray protected_oe static_oe property

rewrite of the link
protected static string $_rewriteArray
Résultat string