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
Datei anzeigen 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.