Documentation

urlHelper

View helper with url

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2011-2022, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

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 = ''

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
Tags
since
5.1.0-b4
Return values
string

Search results