PHP 클래스 Texy\Link

상속: use trait Strict
파일 보기 프로젝트 열기: dg/texy

공개 프로퍼티들

프로퍼티 타입 설명
$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?

공개 메소드들

메소드 설명
__clone ( )
__construct ( $URL )

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

public __construct ( $URL )

프로퍼티 상세

$URL 공개적으로 프로퍼티

URL in resolved form
public $URL

$label 공개적으로 프로퍼티

optional label, used by references
public $label

$modifier 공개적으로 프로퍼티

public Modifier,texy $modifier
리턴 Modifier

$name 공개적으로 프로퍼티

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

$raw 공개적으로 프로퍼티

URL as written in text
public $raw

$type 공개적으로 프로퍼티

how was link created?
public $type