urlHelper
View helper with url
Tags
Table of Contents
- $target : string
- Link URL target
- $url : string
- Link URL
- setTarget() : $this
- Set link target
- setUrl() : $this
- Set link url
- getTargetString() : string
Properties
$target
Link URL target
protected
string
$target
= ''
$url
Link URL
protected
string
$url
= ''
Methods
setTarget()
Set link target
public
setTarget(string $target) : $this
Parameters
- $target : string
Return values
$this —setUrl()
Set link url
public
setUrl(string $url) : $this
Parameters
- $url : string
Return values
$this —getTargetString()
protected
getTargetString() : string