PHP Class Redaxscript\Head\Link

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

Protected Properties

Property Type Description
$_optionArray string options of the link
$_rewriteArray string rewrite of the link

Public Methods

Method 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 method

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

concat() public method

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

prependFile() public method

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

removeFile() public method

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

render() public method

render the link
Since: 3.0.0
public render ( ) : string
return string

rewrite() public method

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

Property Details

$_optionArray protected_oe static_oe property

options of the link
protected static string $_optionArray
return string

$_rewriteArray protected_oe static_oe property

rewrite of the link
protected static string $_rewriteArray
return string