Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
luya
web
ExternalLink
PHP Class luya\web\ExternalLink
Since:
1.0.0-RC2
Author:
Basil Suter (
[email protected]
)
Inheritance:
extends
yii\base\Object
,
implements
luya\web\LinkInterface
,
use trait
luya\web\LinkTrait
Show file
Open project: luyadev/luya
Public Methods
Method
Description
getHref
( )
getTarget
( )
init
( )
setHref
(
string
$href
)
Set the href value for an external link resource.
Method Details
getHref()
public
method
public
getHref
( )
getTarget()
public
method
public
getTarget
( )
init()
public
method
public
init
( )
setHref()
public
method
Set the href value for an external link resource.
public
setHref
(
string
$href
)
$href
string
The external link href value, the http protcol will be ensured.