PHP Class Texy\Link

Inheritance: use trait Strict
Afficher le fichier Open project: dg/texy

Méthodes publiques

Свойство 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?

Méthodes publiques

Méthode Description
__clone ( )
__construct ( $URL )

Method Details

__clone() public méthode

public __clone ( )

__construct() public méthode

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
Résultat 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