PHP Class Texy\Link

Inheritance: use trait Strict
Mostrar archivo Open project: dg/texy

Public Properties

Property Type Description
$URL URL in resolved form
$label optional label, used by references
$modifier Modifier
$name reference name (if is stored as reference)
$raw URL as written in text
$type how was link created?

Public Methods

Method Description
__clone ( )
__construct ( $URL )

Method Details

__clone() public method

public __clone ( )

__construct() public method

public __construct ( $URL )

Property Details

$URL public_oe property

URL in resolved form
public $URL

$label public_oe property

optional label, used by references
public $label

$modifier public_oe property

public Modifier,texy $modifier
return Modifier

$name public_oe property

reference name (if is stored as reference)
public $name

$raw public_oe property

URL as written in text
public $raw

$type public_oe property

how was link created?
public $type